aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-04-23 19:33:48 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-04-23 19:33:48 -0400
commit7ca4e06e18ff51579d513440538da143eee1b805 (patch)
tree4072ec577b10285d204d112d16c23bb44d48a9b9
parent773edaeff24e371cc331b6a22a77c23b20210460 (diff)
downloadgcc-7ca4e06e18ff51579d513440538da143eee1b805.zip
gcc-7ca4e06e18ff51579d513440538da143eee1b805.tar.gz
gcc-7ca4e06e18ff51579d513440538da143eee1b805.tar.bz2
(relax_delay_slots): Make sure target_label is set.
From-SVN: r4204
-rw-r--r--gcc/reorg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index 47526fc..9948a91 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. */