diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2003-04-19 07:57:59 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2003-04-19 07:57:59 -0400 |
commit | f1d1b741e82757450fb9daf1bad2ea85c792ad4e (patch) | |
tree | 230ad30bb7e5d8741fc24225a3758a65ad67e61a | |
parent | a259f218762783211b083bc3ede262fdb6af2995 (diff) | |
download | gcc-f1d1b741e82757450fb9daf1bad2ea85c792ad4e.zip gcc-f1d1b741e82757450fb9daf1bad2ea85c792ad4e.tar.gz gcc-f1d1b741e82757450fb9daf1bad2ea85c792ad4e.tar.bz2 |
Install proper version.
From-SVN: r65815
-rw-r--r-- | gcc/calls.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index ed92ce7..9b49f87 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 |