Commit 705e524e by Richard Kenner

expand_end_bindings): When adjusting FP, set it from

hard_frame_pointer_rtx.

From-SVN: r7698
parent dfd3dae6
...@@ -2886,7 +2886,7 @@ expand_end_bindings (vars, mark_ends, dont_jump_in) ...@@ -2886,7 +2886,7 @@ expand_end_bindings (vars, mark_ends, dont_jump_in)
the original assignment true. the original assignment true.
So the following insn will actually be So the following insn will actually be
decrementing fp by STARTING_FRAME_OFFSET. */ decrementing fp by STARTING_FRAME_OFFSET. */
emit_move_insn (virtual_stack_vars_rtx, frame_pointer_rtx); emit_move_insn (virtual_stack_vars_rtx, hard_frame_pointer_rtx);
#if ARG_POINTER_REGNUM != HARD_FRAME_POINTER_REGNUM #if ARG_POINTER_REGNUM != HARD_FRAME_POINTER_REGNUM
if (fixed_regs[ARG_POINTER_REGNUM]) if (fixed_regs[ARG_POINTER_REGNUM])
......
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