]> git.ipfire.org Git - thirdparty/gcc.git/commit
emit-rtl.c (copy_delay_slot_insn): New function.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Sat, 20 Oct 2012 11:37:27 +0000 (11:37 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Sat, 20 Oct 2012 11:37:27 +0000 (12:37 +0100)
commit8e383849646654485307714640f89699bc6538ee
tree9db85ce2d4f2bb9b45abc2d8446bb73af6a30c48
parent4d84e22c4b0aca9cd2811a961b06c7510ef10b6b
emit-rtl.c (copy_delay_slot_insn): New function.

2012-10-20  Joern Rennecke  <joern.rennecke@embecosm.com>
            Richard Sandiford  <rdsandiford@googlemail.com>

        * emit-rtl.c (copy_delay_slot_insn): New function.
        * emit-rtl.h (copy_delay_slot_insn): Declare.
        * reorg.c: Include "emit-rtl.h".
        (steal_delay_list_from_target): Use copy_delay_slot_insn.
        (fill_slots_from_thread, fill_simple_delay_slots): Likewise.

Co-Authored-By: Richard Sandiford <rdsandiford@googlemail.com>
From-SVN: r192633
gcc/ChangeLog
gcc/emit-rtl.c
gcc/emit-rtl.h
gcc/reorg.c