OSDN Git Service

* reorg.c (relax_delay_slots): When optimizing for code size, if a
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 22:45:14 +0000 (22:45 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 22:45:14 +0000 (22:45 +0000)
commit757eb99e9b9eb885fb7a6a63f9b920844ab324f6
tree34a37695a988b7faf09d172d86491067e36d8ff0
parent98f3a839d55e7b208d3a58d8327afd835a4fdea9
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23729 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/reorg.c