Revert:
authorUros Bizjak <uros@gcc.gnu.org>
Sat, 23 Apr 2011 07:43:50 +0000 (09:43 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 23 Apr 2011 07:43:50 +0000 (09:43 +0200)
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

gcc/ChangeLog
gcc/config/i386/i386.c

index b40ab739582f119e77e0e8e0048d248dddd41654..edff5052b18e9bf5fd280876d0a1e63c604a4ad1 100644 (file)
        * 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
index 75927eeef50f07b3cb7460848d5fb223d427bc46..558eff119367211f1ce21671d26214e7be478bfb 100644 (file)
@@ -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