OSDN Git Service

* function.c (get_arg_pointer_save_area): Set
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Sep 2010 14:42:59 +0000 (14:42 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Sep 2010 14:42:59 +0000 (14:42 +0000)
arg_pointer_save_area_init to true.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164307 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/function.c

index 678c373..d56d1be 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 670ff80..fac8b75 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;