alpha.c (alpha_gp_save_rtx): Insert the insns at the entry by means of emit_insn_at_entry.
* config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the entry by means of emit_insn_at_entry. From-SVN: r122480
This commit is contained in:
parent
962f383322
commit
e0759b7392
@ -1,3 +1,8 @@
|
||||
2007-03-02 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
|
||||
entry by means of emit_insn_at_entry.
|
||||
|
||||
2007-03-02 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* expr.h (promoted_input_arg): Remove decl.
|
||||
|
@ -4781,7 +4781,7 @@ alpha_gp_save_rtx (void)
|
||||
|
||||
seq = get_insns ();
|
||||
end_sequence ();
|
||||
emit_insn_after (seq, entry_of_function ());
|
||||
emit_insn_at_entry (seq);
|
||||
|
||||
cfun->machine->gp_save_rtx = m;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user