From 80d92002a7d963ebf02313c281f9e65c7c92abfa Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 23 Sep 1996 15:26:39 -0400 Subject: [PATCH] (emit_reload_insns): Declare and set this_reload_insn. From-SVN: r12778 --- gcc/reload1.c | 2 ++ 1 file changed, 2 insertions(+) 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 (); -- 2.30.2