| Submitter | Ian Taylor |
|---|---|
| Date | Sept. 15, 2010, 2:45 p.m. |
| Message ID | <mcrtylruku9.fsf@google.com> |
| Download | mbox | patch |
| Permalink | /patch/64833/ |
| State | New |
| Headers | show |
Comments
Patch
Index: function.c =================================================================== --- function.c (revision 164305) +++ function.c (working copy) @@ -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;