]> git.ipfire.org Git - thirdparty/gcc.git/commit
shorten_branches takes an rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 25 Aug 2014 20:53:38 +0000 (20:53 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 25 Aug 2014 20:53:38 +0000 (20:53 +0000)
commit49922db8a0acde8f294b6f9feb2b5089978be501
treedff6d5004cd08c45c64b6eafb092deb4b233db28
parent0043f37de51b72ee20d630192ab81e650862f58d
shorten_branches takes an rtx_insn

gcc/
* output.h (shorten_branches): Strengthen param from rtx to
rtx_insn *.

* final.c (shorten_branches): Likewise, renaming param back from
"uncast_first" to "first", and dropping the checked cast from rtx
to rtx_insn *.

* genattr.c (gen_attr): Likewise when writing out the prototype of
shorten_branches.

From-SVN: r214478
gcc/ChangeLog
gcc/final.c
gcc/genattr.c
gcc/output.h