From: Richard Kenner Date: Fri, 23 Apr 1993 23:33:48 +0000 (-0400) Subject: (relax_delay_slots): Make sure target_label is set. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ca4e06e18ff51579d513440538da143eee1b805;p=gcc.git (relax_delay_slots): Make sure target_label is set. From-SVN: r4204 --- 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. */