]> git.ipfire.org Git - thirdparty/gcc.git/commit
function.c (instantiate_virtual_regs_in_insn): Do not simplify addition to move unles...
authorRichard Henderson <rth@redhat.com>
Thu, 12 May 2005 23:52:37 +0000 (16:52 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 12 May 2005 23:52:37 +0000 (16:52 -0700)
commit9325973e950abdec507306238a253d2c6029a0c6
tree70c14f666232110ced2ed02e6c5a232fbed22b2c
parent8fd1590ca61628b3e9598b51851a1b1e7a8fca7f
function.c (instantiate_virtual_regs_in_insn): Do not simplify addition to move unless dest is a register.

        * function.c (instantiate_virtual_regs_in_insn): Do not simplify
        addition to move unless dest is a register.  Do not skip
        instantiation in dest on addition simplification.

From-SVN: r99637
gcc/ChangeLog
gcc/function.c