OSDN Git Service

Force the use of stack_pointer_offset in computing the frame size.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 2010 23:58:39 +0000 (23:58 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 2010 23:58:39 +0000 (23:58 +0000)
commitfade0d1091b9d82b376c84f6e72bdc411548ee60
treeeb7cc072f73c55f1af23829cd414a70b94485c9b
parentdb22999a197f3ff5654e8aaa2f97170b6c9b0acf
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162891 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c