make next/prev active_insn and active_insn_p take rtx_insn *
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Thu, 22 Sep 2016 13:16:41 +0000 (13:16 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Thu, 22 Sep 2016 13:16:41 +0000 (13:16 +0000)
commit7c9796eddb1a8acbcc8db02276a429cd25d98a7c
tree0267556b73019ac1ac180982195b11798af482d9
parent1f00691e9b28370c9e9986afc46dd9f7c42024bc
make next/prev active_insn and active_insn_p take rtx_insn *

gcc/ChangeLog:

2016-09-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* emit-rtl.c (next_active_insn): Change argument type to
rtx_insn *.
(prev_active_insn): Likewise.
(active_insn_p): Likewise.
* rtl.h: Adjust prototypes.
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
* config/arc/arc.md: Likewise.
* config/pa/pa.c (branch_to_delay_slot_p): Likewise.
(branch_needs_nop_p): Likewise.
(use_skip_p): Likewise.
* config/sh/sh.c (gen_block_redirect): Likewise.
(split_branches): Likewise.
* reorg.c (optimize_skip): Likewise.
(fill_simple_delay_slots): Likewise.
(fill_slots_from_thread): Likewise.
(relax_delay_slots): Likewise.
* resource.c (mark_target_live_regs): Likewise.

From-SVN: r240361
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/config/arc/arc.md
gcc/config/pa/pa.c
gcc/config/sh/sh.c
gcc/emit-rtl.c
gcc/reorg.c
gcc/resource.c
gcc/rtl.h