Commit 80d92002 by Richard Kenner

(emit_reload_insns): Declare and set this_reload_insn.

From-SVN: r12778
parent 01c8a7c8
...@@ -5713,6 +5713,7 @@ emit_reload_insns (insn) ...@@ -5713,6 +5713,7 @@ emit_reload_insns (insn)
{ {
register rtx old; register rtx old;
rtx oldequiv_reg = 0; rtx oldequiv_reg = 0;
rtx this_reload_insn = 0;
if (reload_spill_index[j] >= 0) if (reload_spill_index[j] >= 0)
new_spill_reg_store[reload_spill_index[j]] = 0; new_spill_reg_store[reload_spill_index[j]] = 0;
...@@ -6135,6 +6136,7 @@ emit_reload_insns (insn) ...@@ -6135,6 +6136,7 @@ emit_reload_insns (insn)
#endif #endif
} }
this_reload_insn = get_last_insn ();
/* End this sequence. */ /* End this sequence. */
*where = get_insns (); *where = get_insns ();
end_sequence (); end_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