make next/prev nonnote_nondebug_insn take rtx_insn *
commit15b80194f4288462742b1c89a98031f7dd6a91c1
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Sep 2016 13:16:35 +0000 (22 13:16 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Sep 2016 13:16:35 +0000 (22 13:16 +0000)
treed6909c3f9e76c396339eb33e04190c171dbd81db
parent4067fcc6112d91a1e9f39d2c2d93b1a10628297f
make next/prev nonnote_nondebug_insn take rtx_insn *

gcc/ChangeLog:

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

* config/cris/cris.c (cris_asm_output_case_end): Change argument
type to rtx_insn *.
* emit-rtl.c (next_nonnote_nondebug_insn): Likewise.
(prev_nonnote_nondebug_insn): Likewise.
* config/cris/cris-protos.h: Adjust prototype.
* rtl.h: Likewise.
* jump.c (rtx_renumbered_equal_p): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240360 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/cris/cris-protos.h
gcc/config/cris/cris.c
gcc/emit-rtl.c
gcc/jump.c
gcc/rtl.h