Revert:
2011-04-22 Uros Bizjak <ubizjak@gmail.com> PR target/48723 * config/i386/i386.c (ix86_expand_prologue): Update m->fs.sp_offset after the call to ix86_adjust_stack_and_probe. From-SVN: r172894
This commit is contained in:
parent
770937fd6c
commit
ff9419990b
2 changed files with 0 additions and 7 deletions
|
@ -95,12 +95,6 @@
|
|||
* tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
|
||||
~A + A optimizations use build_int_cst_type instead of build_int_cst.
|
||||
|
||||
2011-04-22 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/48723
|
||||
* config/i386/i386.c (ix86_expand_prologue): Update m->fs.sp_offset
|
||||
after the call to ix86_adjust_stack_and_probe.
|
||||
|
||||
2011-04-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/bfin/bfin-protos.h (Mmode): Don't define. Expand
|
||||
|
|
|
@ -10628,7 +10628,6 @@ ix86_expand_prologue (void)
|
|||
if (STACK_CHECK_MOVING_SP)
|
||||
{
|
||||
ix86_adjust_stack_and_probe (allocate);
|
||||
m->fs.sp_offset += allocate;
|
||||
allocate = 0;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue