mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 03:00:25 +08:00
* config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs.
From-SVN: r81216
This commit is contained in:
parent
7053a0e246
commit
4b763d779c
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user