fixup_args_size_notes takes a pair of rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 5 Sep 2014 01:14:41 +0000 (01:14 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 5 Sep 2014 01:14:41 +0000 (01:14 +0000)
commite5b51ca02b275b9dbc2094499750bfb16a6b0e18
tree062dd0a803a1eeac1b648dbbc9494be042ef1151
parent6a263466d2b0cd1490b4d20ceea8765417a9e2a8
fixup_args_size_notes takes a pair of rtx_insn

gcc/
2014-09-05  David Malcolm  <dmalcolm@redhat.com>

* emit-rtl.c (try_split): Update NULL_RTX to NULL in call to
fixup_args_size_notes.
* expr.c (fixup_args_size_notes): Strengthen first two params from
rtx to rtx_insn *, eliminating a checked cast.
* rtl.h (fixup_args_size_notes): Strengthen first two params from
rtx to rtx_insn *.

From-SVN: r214930
gcc/ChangeLog
gcc/emit-rtl.c
gcc/expr.c
gcc/rtl.h