(restore_emit_status): Clear LAST_LABEL_NUM.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 28 Jun 1993 01:10:23 +0000 (21:10 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 28 Jun 1993 01:10:23 +0000 (21:10 -0400)
From-SVN: r4775

gcc/emit-rtl.c

index 29273b1..3bc0889 100644 (file)
@@ -1266,6 +1266,7 @@ restore_emit_status (p)
 
   reg_rtx_no = p->reg_rtx_no;
   first_label_num = p->first_label_num;
+  last_label_num = 0;
   first_insn = p->first_insn;
   last_insn = p->last_insn;
   sequence_stack = p->sequence_stack;