reorg.c (relax_delay_slots): When optimizing for code size...
authorJeffrey A Law <law@cygnus.com>
Thu, 19 Nov 1998 22:45:14 +0000 (22:45 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 19 Nov 1998 22:45:14 +0000 (15:45 -0700)
commit9f5a2691a147626d10fba7bc366a059678c606e9
tree34a37695a988b7faf09d172d86491067e36d8ff0
parente9741ffa9765fdd679ff6270fe7dd7d18f6ead41
reorg.c (relax_delay_slots): When optimizing for code size...

        * reorg.c (relax_delay_slots): When optimizing for code size, if a
        return with a filled delay slot is followed by a return with an
        unfilled delay slot, delete the first return and reemit the insn
        that was previously in its delay slot.

From-SVN: r23729
gcc/ChangeLog
gcc/reorg.c