reload1.c (emit_reload_insns): When rewriting the SET_DEST of a previous insn to...
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Fri, 6 Nov 1998 19:22:36 +0000 (19:22 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 6 Nov 1998 19:22:36 +0000 (12:22 -0700)
commitd30e8ef0dcdb0ae77a98d79879fe07600d9c4c77
treedde8d64c18236392a248d9a3f6d9894119e51477
parent6ba89f8ecba5e27e4c847308cceaec857aaaa5cc
reload1.c (emit_reload_insns): When rewriting the SET_DEST of a previous insn to store directly into our...

        * reload1.c (emit_reload_insns):  When rewriting the SET_DEST of a
        previous insn to store directly into our reload register, make sure
        that if the source of the previous insn is a reload register, its
        spill_reg_store and spill_reg_stored_to values are cleared.

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