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
This commit is contained in:
Ian Lance Taylor 2010-09-15 14:42:59 +00:00 committed by Ian Lance Taylor
parent 128465e66d
commit c1d9a70ac0
2 changed files with 7 additions and 0 deletions

View 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.

View 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;