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

From-SVN: r81216
This commit is contained in:
Paul Brook 2004-04-27 10:23:32 +00:00 committed by Paul Brook
parent 7053a0e246
commit 4b763d779c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* config/alpha.c (alpha_end_function): For OpenVMS gas,

View File

@ -10380,6 +10380,7 @@ arm_expand_prologue (void)
{
insn = emit_sfm (reg, 4);
RTX_FRAME_RELATED_P (insn) = 1;
saved_regs += 48;
start_reg = reg - 1;
}
}