aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-cp.c')
-rw-r--r--gcc/ipa-cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c
index 81da108..6b9dc8c 100644
--- a/gcc/ipa-cp.c
+++ b/gcc/ipa-cp.c
@@ -928,7 +928,7 @@ ipcp_vr_lattice::meet_with_1 (const value_range_base *other_vr)
value_range_base save (m_vr);
m_vr.union_ (other_vr);
- return !m_vr.ignore_equivs_equal_p (save);
+ return !m_vr.equal_p (save);
}
/* Return true if value range information in the lattice is yet unknown. */