re PR rtl-optimization/22445 (Optimizations done by cselib depend on pointer values)
authorJ"orn Rennecke <joern.rennecke@st.com>
Fri, 22 Jul 2005 12:06:18 +0000 (12:06 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 22 Jul 2005 12:06:18 +0000 (13:06 +0100)
commit29c1846ba31b9d54b8b784143b14a9e93efabdb8
treedfd29faf4b89e2ad2468a9880902b71afcf79aa7
parent45002e594c1e4d205fb6021d07ac8e9b25461674
re PR rtl-optimization/22445 (Optimizations done by cselib depend on pointer values)

PR rtl-optimization/22445
* cselib.c (target.h): Include.
(rtx_equal_for_cselib_p): Allow commutative matches.
(cselib_hash_rtx): Don't use MODE for CONST_INT hashing.
Remove MODE parameter.  Changed all callers.

From-SVN: r102280
gcc/ChangeLog
gcc/cselib.c