OSDN Git Service

* reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 2004 05:58:11 +0000 (05:58 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 2004 05:58:11 +0000 (05:58 +0000)
commit9feec5c7c3cc304b6c9b6d97a6a6d53d4e86e862
tree069e6abdb4fa637c3c8989691451d99fc06b5044
parent39cc9599f82417be8a7b53a76aeaa649a08b1814
* reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
note containing (plus (reg) (const_int)), where reg is an
eliminable reg, then perform the register elimination without
depending on eliminate_regs().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77378 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/reload1.c