]> gcc.gnu.org Git - gcc.git/commitdiff
(relax_delay_slots): Make sure target_label is set.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 23 Apr 1993 23:33:48 +0000 (19:33 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 23 Apr 1993 23:33:48 +0000 (19:33 -0400)
From-SVN: r4204

gcc/reorg.c

index 47526fc9cfff2ad215806e6d1bc8d81d0a96aa71..9948a91844ca0f1931421eed2116b02a72c3bf17 100644 (file)
@@ -3569,6 +3569,7 @@ relax_delay_slots (first)
                                                         JUMP_LABEL (other))))
        {
          rtx other_target = JUMP_LABEL (other);
                                                         JUMP_LABEL (other))))
        {
          rtx other_target = JUMP_LABEL (other);
+         target_label = JUMP_LABEL (insn);
 
          /* Increment the count of OTHER_TARGET, so it doesn't get deleted
             as we move the label.  */
 
          /* Increment the count of OTHER_TARGET, so it doesn't get deleted
             as we move the label.  */
This page took 0.05626 seconds and 5 git commands to generate.