]> git.ipfire.org Git - thirdparty/gcc.git/commit
cse.c (fold_rtx): Replace the equality comparison of INTVALs with a pointer equality...
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 27 Jun 2003 19:36:38 +0000 (19:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 27 Jun 2003 19:36:38 +0000 (19:36 +0000)
commit213d5fbccbbb6984ac7eea7c85d9e5a36b05cf74
treee6deb6cc654411c9cbc45a0da7787d739e579699
parent9df4f939997637f15be017fb90de393a2df65120
cse.c (fold_rtx): Replace the equality comparison of INTVALs with a pointer equality comparison.

* cse.c (fold_rtx): Replace the equality comparison of INTVALs
with a pointer equality comparison.

From-SVN: r68600
gcc/ChangeLog
gcc/cse.c