OSDN Git Service

Revert:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Apr 2011 07:43:50 +0000 (07:43 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Apr 2011 07:43:50 +0000 (07:43 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172894 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b40ab73..edff505 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 75927ee..558eff1 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