ipa-prop.c (ipa_vr_ggc_hash_traits::hash): Hash p->min and p->max as pointers rather...
authorJakub Jelinek <jakub@redhat.com>
Fri, 23 Feb 2018 18:27:28 +0000 (19:27 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 23 Feb 2018 18:27:28 +0000 (19:27 +0100)
commit59b2c1346ff67fde282beebca8ae5396fbdcc6f2
tree93a2725fd7762b37e744979b59d2c369fe4a0a6b
parent97bb48126b1f09e7751332e7e6ef1d63eb937994
ipa-prop.c (ipa_vr_ggc_hash_traits::hash): Hash p->min and p->max as pointers rather than using iterative_hash_expr.

* ipa-prop.c (ipa_vr_ggc_hash_traits::hash): Hash p->min and
p->max as pointers rather than using iterative_hash_expr.

From-SVN: r257940
gcc/ChangeLog
gcc/ipa-prop.c