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 c779d86..7405235 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -121,7 +121,7 @@ struct ipa_vr_ggc_hash_traits : public ggc_cache_remove <value_range_base *> static bool equal (const value_range_base *a, const value_range_base *b) { - return a->ignore_equivs_equal_p (*b); + return a->equal_p (*b); } static void mark_empty (value_range_base *&p) |