Commit 1cb2fc7b by Andrew Pinski Committed by Andrew Pinski

re PR middle-end/19221 (ICE: rtl_verify_flow_info, at cfgrtl.c:2240)

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
parent 9a060b37
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>
......
......@@ -4590,7 +4590,7 @@ get_arg_pointer_save_area (struct function *f)
end_sequence ();
push_topmost_sequence ();
emit_insn_after (seq, get_insns ());
emit_insn_after (seq, entry_of_function ());
pop_topmost_sequence ();
}
......
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