summaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-19 11:57:59 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-19 11:57:59 +0000
commitbbe2d017990bec1f95bb366b86f0e04272bc37d7 (patch)
tree230ad30bb7e5d8741fc24225a3758a65ad67e61a /gcc/calls.c
parent31d035cacd592bbd62c6ac6748c80b4b0f4a4166 (diff)
downloadgcc-bbe2d017990bec1f95bb366b86f0e04272bc37d7.tar.gz
Install proper version.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65815 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index ed92ce735c3..9b49f8719c2 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -2515,10 +2515,6 @@ expand_call (exp, target, ignore)
optimized. */
|| (flags & (ECF_RETURNS_TWICE | ECF_LONGJMP | ECF_NORETURN))
|| TYPE_VOLATILE (TREE_TYPE (TREE_TYPE (addr)))
- /* If the called function is nested in the current one, it might access
- some of the caller's arguments, but could clobber them beforehand if
- the argument areas are shared. */
- || decl_function_context (fndecl) == current_function_decl
/* If this function requires more stack slots than the current
function, we cannot change it into a sibling call. */
|| args_size.constant > current_function_args_size