diff options
Diffstat (limited to 'gcc/ipa-prop.c')
-rw-r--r-- | gcc/ipa-prop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 7e1354d..fb2346b 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -3165,7 +3165,7 @@ ipa_write_jump_function (struct output_block *ob, break; case IPA_JF_CONST: gcc_assert ( - IS_UNKNOWN_LOCATION (EXPR_LOCATION (jump_func->value.constant))); + EXPR_LOCATION (jump_func->value.constant) == UNKNOWN_LOCATION); stream_write_tree (ob, jump_func->value.constant, true); break; case IPA_JF_PASS_THROUGH: |