]> git.ipfire.org Git - thirdparty/gcc.git/commit
create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 21 Aug 2014 01:06:33 +0000 (01:06 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 21 Aug 2014 01:06:33 +0000 (01:06 +0000)
commit9c068b732ce5ba399be2643cc48ae59a782a6c76
tree2db2546e12fd52d4c995f00e9c2e52c97ff9c13d
parent62fc98cc67f69de81efc2525b8cc921eaf913cd7
create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insn

2014-08-21  David Malcolm  <dmalcolm@redhat.com>

* sel-sched-ir.h (create_insn_rtx_from_pattern): Strengthen return
type from rtx to rtx_insn *.
(create_copy_of_insn_rtx): Likewise.
* sel-sched-ir.c (create_insn_rtx_from_pattern): Likewise.
(create_copy_of_insn_rtx): Likewise, also for local "res".

From-SVN: r214253
gcc/ChangeLog
gcc/sel-sched-ir.c
gcc/sel-sched-ir.h