Commit 21f110ce by David Malcolm Committed by David Malcolm

stack-ptr-mod.c: Use rtx_insn

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

	* stack-ptr-mod.c (pass_stack_ptr_mod::execute): Strengthen local
	"insn" from rtx to rtx_insn *.

From-SVN: r214382
parent 939d7575
2014-08-22 David Malcolm <dmalcolm@redhat.com>
* stack-ptr-mod.c (pass_stack_ptr_mod::execute): Strengthen local
"insn" from rtx to rtx_insn *.
2014-08-22 David Malcolm <dmalcolm@redhat.com>
* shrink-wrap.h (requires_stack_frame_p): Strengthen param 1
"insn" from rtx to rtx_insn *.
(dup_block_and_redirect): Likewise for param 3 "before".
......
......@@ -83,7 +83,7 @@ unsigned int
pass_stack_ptr_mod::execute (function *fun)
{
basic_block bb;
rtx insn;
rtx_insn *insn;
/* Assume that the stack pointer is unchanging if alloca hasn't
been used. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment