Round up the SSE register save area only if needed
commit27f0420028fe07ce66eba2e48d00cf018fcd2989
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 2015 18:57:11 +0000 (8 18:57 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 2015 18:57:11 +0000 (8 18:57 +0000)
tree845b51076e952216469c5e571cdda916683ab1b5
parent3f6d43bfaf47f4b24ed1332321f11973f9163d31
Round up the SSE register save area only if needed

There is is no point to round up the SSE register save area to 16 bytes if
the incoming stack boundary is less than 16 bytes.

* config/i386/i386.c (ix86_compute_frame_layout): Round up the
SSE register save area to 16 bytes only if the incoming stack
boundary is no less than 16 bytes.

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