Make next_insn and previous_insn require an rtx_insn *
commit50895eabde00ebd450a889bc1730b35be24bc7c5
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2014 00:17:58 +0000 (29 00:17 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2014 00:17:58 +0000 (29 00:17 +0000)
treea5044f0cbe3f1c8ba3bef4f198432e6eede0c76a
parent7a22448e67bf1834ee48bb3098c539c80b75aab2
Make next_insn and previous_insn require an rtx_insn *

gcc/
2014-08-28  David Malcolm  <dmalcolm@redhat.com>

* rtl.h (previous_insn): Strengthen param from rtx to rtx_insn *.
(next_insn): Likewise.
* emit-rtl.c (next_insn): Likewise.
(previous_insn): Likewise.
* config/pa/pa.c (remove_useless_addtr_insns): Strenghten locals
"insn" and "next" from rtx to rtx_insn *.
* config/picochip/picochip.c (picochip_reorg): Likewise for locals
"insn", "insn1", "vliw_start",  "prologue_end_note",
"last_insn_in_packet".

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