]> git.ipfire.org Git - thirdparty/gcc.git/commit
function.h (requires_stack_frame_p): New prototype.
authorJakub Jelinek <jakub@redhat.com>
Wed, 9 Nov 2011 21:28:57 +0000 (22:28 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 9 Nov 2011 21:28:57 +0000 (22:28 +0100)
commit0ff0609d035ffb794449e33ed8e13d2018bc3bce
tree2a5c62e5d8fd156f9d6fd45cbb723e18253aa233
parent5ed56cbbee96b41fa9ef743c48245096d84205b7
function.h (requires_stack_frame_p): New prototype.

* function.h (requires_stack_frame_p): New prototype.
* function.c (requires_stack_frame_p): No longer static.
* config/i386/i386.c (ix86_finalize_stack_realign_flags): If
stack_realign_fp was just a conservative guess for a function
which doesn't use sp/fp/argp at all, clear frame_pointer_needed
and stack realignment.

From-SVN: r181236
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/function.c
gcc/function.h