From: Richard Kenner Date: Mon, 23 Sep 1996 19:26:39 +0000 (-0400) Subject: (emit_reload_insns): Declare and set this_reload_insn. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80d92002a7d963ebf02313c281f9e65c7c92abfa;p=gcc.git (emit_reload_insns): Declare and set this_reload_insn. From-SVN: r12778 --- diff --git a/gcc/reload1.c b/gcc/reload1.c index ccc3b9c682f..a11053f5360 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -5713,6 +5713,7 @@ emit_reload_insns (insn) { register rtx old; rtx oldequiv_reg = 0; + rtx this_reload_insn = 0; if (reload_spill_index[j] >= 0) new_spill_reg_store[reload_spill_index[j]] = 0; @@ -6135,6 +6136,7 @@ emit_reload_insns (insn) #endif } + this_reload_insn = get_last_insn (); /* End this sequence. */ *where = get_insns (); end_sequence ();