]> git.ipfire.org Git - thirdparty/gcc.git/commit
reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL note containing (plus...
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 6 Feb 2004 05:58:11 +0000 (05:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 6 Feb 2004 05:58:11 +0000 (05:58 +0000)
commitace3ffcd316976e021c61c58c57a394c21b69045
tree069e6abdb4fa637c3c8989691451d99fc06b5044
parent78bc94a2a8a20a2c3443d42b04cd4d8486f2ed41
reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL note containing (plus (reg) (const_int))...

* 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().

From-SVN: r77378
gcc/ChangeLog
gcc/reload1.c