re PR rtl-optimization/27073 (invalid gcse manipulation of REG_EQUIV notes)
authorRichard Sandiford <richard@codesourcery.com>
Tue, 11 Apr 2006 17:43:07 +0000 (17:43 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 11 Apr 2006 17:43:07 +0000 (17:43 +0000)
commit205eb6e78d561bf20425f030f9362d6b8e5e0d0e
tree010adf946ea1a78c7e0483714998dbd539c64a80
parentef6843ed0b1a7caf04be629d1dac079e48aa048e
re PR rtl-optimization/27073 (invalid gcse manipulation of REG_EQUIV notes)

PR rtl-optimization/27073
* gcse.c (try_replace_reg): Revert last change.  Continue to search
for both REG_EQUAL and REG_EQUIV notes, but only perform replacements
on the former.

From-SVN: r112861
gcc/ChangeLog
gcc/gcse.c