2005-01-01 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/19221
* function.c (get_arg_pointer_save_area): Use entry_of_function
instead of get_insns.
From-SVN: r92802
+2005-01-01 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR middle-end/19221
+ * function.c (get_arg_pointer_save_area): Use entry_of_function
+ instead of get_insns.
+
2005-01-01 Roger Sayle <roger@eyesopen.com>
Andrew Pinski <pinskia@physics.uc.edu>
James E. Wilson <wilson@specifixinc.com>
end_sequence ();
push_topmost_sequence ();
- emit_insn_after (seq, get_insns ());
+ emit_insn_after (seq, entry_of_function ());
pop_topmost_sequence ();
}