From: uros Date: Sat, 23 Apr 2011 07:43:50 +0000 (+0000) Subject: Revert: X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce64f869ff2dca53c9f42990aff9c775bc84269c;p=thirdparty%2Fgcc.git Revert: 2011-04-22 Uros Bizjak 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b40ab739582f..edff5052b18e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 - - 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 * config/bfin/bfin-protos.h (Mmode): Don't define. Expand diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 75927eeef50f..558eff119367 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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