Commit b1060ee3 by Stan Cox

(ix86_expand_epilogue): Don't generate references to an exposed vacated stack.

From-SVN: r12137
parent c4d1c9eb
...@@ -1932,7 +1932,7 @@ ix86_expand_epilogue () ...@@ -1932,7 +1932,7 @@ ix86_expand_epilogue ()
{ {
xops[0] = frame_pointer_rtx; xops[0] = frame_pointer_rtx;
xops[1] = stack_pointer_rtx; xops[1] = stack_pointer_rtx;
emit_move_insn (xops[1], xops[0]); emit_insn (gen_epilogue_set_stack_ptr());
/* output_asm_insn (AS2 (mov%L2,%0,%2), xops);*/ /* output_asm_insn (AS2 (mov%L2,%0,%2), xops);*/
emit_insn (gen_pop (xops[0])); emit_insn (gen_pop (xops[0]));
/* output_asm_insn ("pop%L0 %0", xops);*/ /* output_asm_insn ("pop%L0 %0", xops);*/
......
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