aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-09-15 14:42:59 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2010-09-15 14:42:59 +0000
commitc1d9a70ac020f3a36e77318087c783cb0e4365e9 (patch)
treeb61ee243fd4d4074f2f05034f1a7304320d5f56d /gcc/function.c
parent128465e66d8cd7fe2a402e74c774f8f4a150bb68 (diff)
downloadgcc-c1d9a70ac020f3a36e77318087c783cb0e4365e9.zip
gcc-c1d9a70ac020f3a36e77318087c783cb0e4365e9.tar.gz
gcc-c1d9a70ac020f3a36e77318087c783cb0e4365e9.tar.bz2
function.c (get_arg_pointer_save_area): Set arg_pointer_save_area_init to true.
* function.c (get_arg_pointer_save_area): Set arg_pointer_save_area_init to true. From-SVN: r164307
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 670ff80a..fac8b75 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -5103,6 +5103,8 @@ get_arg_pointer_save_area (void)
push_topmost_sequence ();
emit_insn_after (seq, entry_of_function ());
pop_topmost_sequence ();
+
+ crtl->arg_pointer_save_area_init = true;
}
return ret;