]> git.ipfire.org Git - thirdparty/gcc.git/commit
combine.c (force_to_mode): Replace the equality comparison of INTVALs with a pointer...
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 27 Jun 2003 19:42:24 +0000 (19:42 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 27 Jun 2003 19:42:24 +0000 (19:42 +0000)
commitfa9ea2557400e8250a886d57234a9dcb73a0a3f1
tree3f85a42bfad26bc633cf8012895197833f21ab4f
parent47c7b4d250323f816bc67b65bfc54730c2928781
combine.c (force_to_mode): Replace the equality comparison of INTVALs with a pointer equality comparison.

* combine.c (force_to_mode): Replace the equality comparison
of INTVALs with a pointer equality comparison.
(simplify_comparison): Likewise.

From-SVN: r68603
gcc/ChangeLog
gcc/combine.c