(goto_block_pat): Ignore undefined label.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 24 Jun 1994 18:43:36 +0000 (14:43 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 24 Jun 1994 18:43:36 +0000 (14:43 -0400)
From-SVN: r7555

gcc/reg-stack.c

index 54e7de2..dd30344 100644 (file)
@@ -2750,6 +2750,8 @@ goto_block_pat (insn, regstack, pat)
     abort ();
 
   /* First, see if in fact anything needs to be done to the stack at all. */
+  if (INSN_UID (label) <= 0)
+    return;
 
   label_stack = &block_stack_in[BLOCK_NUM (label)];