]> git.ipfire.org Git - thirdparty/gcc.git/commit
reg-stack.c: Use rtx_insn
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2014 20:14:19 +0000 (20:14 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2014 20:14:19 +0000 (20:14 +0000)
commit8fe8e57660c105ba0bc1cf080a0f9d21e875f1b1
tree62042e2b517980c4e4d3b7beef7a4e914408a4c8
parent616bfb6699cbd8c2c640442a9e9364ebf8bd521f
reg-stack.c: Use rtx_insn

gcc/
* reg-stack.c (next_flags_user): Strengthen return type and param
"insn" from rtx to rtx_insn *.
(straighten_stack): Likewise for param "insn".
(check_asm_stack_operands): Likewise.
(remove_regno_note): Likewise.
(emit_pop_insn): Likewise for return type, param "insn", local
"pop_insn".
(emit_swap_insn):  Strengthen param "insn" and locals "i1", "tmp",
"limit" from rtx to rtx_insn *.
(swap_to_top): Likewise for param "insn".
(move_for_stack_reg): Likewise.
(move_nan_for_stack_reg): Likewise.
(swap_rtx_condition): Likewise.
(compare_for_stack_reg): Likewise.
(subst_all_stack_regs_in_debug_insn): Likewise.
(subst_stack_regs_pat): Likewise, and local "insn2".
(subst_asm_stack_regs): Strengthen param "insn" from rtx to
rtx_insn *.
(subst_stack_regs): Likewise.
(change_stack): Likewise.
(convert_regs_1): Likewise for locals "insn", "next".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214365 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/reg-stack.c