Commit ff941999 by Uros Bizjak

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
parent 770937fd
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment