mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 18:20:51 +08:00
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:
parent
128465e66d
commit
c1d9a70ac0
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user