reorg.c (fill_simple_delay_slots): Always try to fill empty delay slots with insns...
authorJeff Law <law@gcc.gnu.org>
Fri, 21 Aug 1992 22:33:02 +0000 (16:33 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 21 Aug 1992 22:33:02 +0000 (16:33 -0600)
commit2f9ba5a9a32a37740571bbd4ab2cf10b1411ef4e
treef0fc322e22898dabfceb711e764bb8a91a3af542
parent415f583ec9b62469e67afe8500102a9d362576dd
reorg.c (fill_simple_delay_slots): Always try to fill empty delay slots with insns from beyond the delay insn...

* reorg.c (fill_simple_delay_slots): Always try to fill empty
delay slots with insns from beyond the delay insn, even if
optimize_skip was attempted.
(fill_simple_delay_slots): When filling with insns from after the
delay insn, make sure to always account for sets and references
in the delay insn.

From-SVN: r1931
gcc/reorg.c