Force the use of stack_pointer_offset in computing the frame size.
authorRichard Henderson <rth@redhat.com>
Wed, 4 Aug 2010 23:58:39 +0000 (16:58 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 4 Aug 2010 23:58:39 +0000 (16:58 -0700)
commit106c3c10bfe5ed32edfbc3e253b6bf24276344e0
treeeb7cc072f73c55f1af23829cd414a70b94485c9b
parent87ec2632b86f9ecab4308bbbadb9f791bcd2e8fa
Force the use of stack_pointer_offset in computing the frame size.

By exporting padding[012] and to_allocate from ix86_compute_frame_layout,
we encouraged re-computation of the size of the local frame.  All of the
truly relevant offsets are now exported directly, and should be compared
against directly.

From-SVN: r162891
gcc/ChangeLog
gcc/config/i386/i386.c