(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 54e7de22970ac15f2d61112a63a9f85beeb5760b..dd30344db83cdfc50853058848c86c88fd7c64c9 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)];