OSDN Git Service

(emit_reload_insns): Declare and set this_reload_insn.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Sep 1996 19:26:39 +0000 (19:26 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Sep 1996 19:26:39 +0000 (19:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12778 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/reload1.c

index ccc3b9c..a11053f 100644 (file)
@@ -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 ();