cfgexpand.c: Use rtx_insn
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 19 Aug 2014 19:52:55 +0000 (19:52 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 19 Aug 2014 19:52:55 +0000 (19:52 +0000)
commitb47aae36689619e02362c972793cdd4f4eeb4e22
treea8eec6239e39509f7dac53df7e8efe13cebed52f
parent3a4abd2f6c3c0606dff3ab56505c58abf79dd7e7
cfgexpand.c: Use rtx_insn

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

* cfgexpand.c (expand_used_vars): Strengthen return type from rtx
to rtx_insn *; also for local "var_end_seq".
(maybe_dump_rtl_for_gimple_stmt): Likewise for param "since".
(maybe_cleanup_end_of_block): Likewise for param "last" and local
"insn".
(expand_gimple_cond): Likewise for locals "last2" and "last".
(mark_transaction_restart_calls): Likewise for local "insn".
(expand_gimple_stmt): Likewise for return type and locals "last"
and "insn".
(expand_gimple_tailcall): Likewise for locals "last2" and "last".
(avoid_complex_debug_insns): Likewise for param "insn".
(expand_debug_locations): Likewise for locals "insn", "last",
"prev_insn" and "insn2".
(expand_gimple_basic_block): Likewise for local "last".
(construct_exit_block): Likewise for locals "head", "end",
"orig_end".
(pass_expand::execute): Likewise for locals "var_seq",
"var_ret_seq", "next".

From-SVN: r214190
gcc/ChangeLog
gcc/cfgexpand.c