From 7ca4e06e18ff51579d513440538da143eee1b805 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 23 Apr 1993 19:33:48 -0400 Subject: [PATCH] (relax_delay_slots): Make sure target_label is set. From-SVN: r4204 --- gcc/reorg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/reorg.c b/gcc/reorg.c index 47526fc9cff..9948a91844c 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3569,6 +3569,7 @@ relax_delay_slots (first) 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. */ -- 2.30.2