(relax_delay_slots): Only look at JUMP_LABEL for a condjump_p.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 28 Dec 1992 00:52:26 +0000 (19:52 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 28 Dec 1992 00:52:26 +0000 (19:52 -0500)
From-SVN: r2935

gcc/reorg.c

index bcee35e..49d66fa 100644 (file)
@@ -3207,6 +3207,7 @@ relax_delay_slots (first)
         the next insn, or jumps to a label that is not the last of a
         group of consecutive labels.  */
       if (GET_CODE (insn) == JUMP_INSN
+         && condjump_p (insn)
          && (target_label = JUMP_LABEL (insn)) != 0)
        {
          target_label = follow_jumps (target_label);