Commit 4b763d77 by Paul Brook Committed by Paul Brook

* config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs.

From-SVN: r81216
parent 7053a0e2
2004-04-27 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs.
2004-04-26 Bernard Giroud <bgiroud@free.fr> 2004-04-26 Bernard Giroud <bgiroud@free.fr>
* config/alpha.c (alpha_end_function): For OpenVMS gas, * config/alpha.c (alpha_end_function): For OpenVMS gas,
......
...@@ -10380,6 +10380,7 @@ arm_expand_prologue (void) ...@@ -10380,6 +10380,7 @@ arm_expand_prologue (void)
{ {
insn = emit_sfm (reg, 4); insn = emit_sfm (reg, 4);
RTX_FRAME_RELATED_P (insn) = 1; RTX_FRAME_RELATED_P (insn) = 1;
saved_regs += 48;
start_reg = reg - 1; start_reg = reg - 1;
} }
} }
......
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