Commit c1d9a70a by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent 128465e6
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment