]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
function.c (get_arg_pointer_save_area): Set arg_pointer_save_area_init to true.
authorIan Lance Taylor <iant@google.com>
Wed, 15 Sep 2010 14:42:59 +0000 (14:42 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 15 Sep 2010 14:42:59 +0000 (14:42 +0000)
* function.c (get_arg_pointer_save_area): Set
arg_pointer_save_area_init to true.

From-SVN: r164307

gcc/ChangeLog
gcc/function.c

index 678c373f1906e58152bf7ac7e66958c2f8acd485..d56d1be5e50e77f96f82ef17b35e5da6df24fbb1 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-15  Ian Lance Taylor  <iant@google.com>
+
+       * function.c (get_arg_pointer_save_area): Set
+       arg_pointer_save_area_init to true.
+
 2010-09-15  Martin Jambor  <mjambor@suse.cz>
 
        * tree-sra.c (generate_subtree_copies): Updated comment.
index 670ff80ad3c3a734a640d18c8e9ec7544b118780..fac8b75f3d93f7171f9072b0108e94aa19d06e7a 100644 (file)
@@ -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;