diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-23 19:33:48 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-23 19:33:48 -0400 |
commit | 7ca4e06e18ff51579d513440538da143eee1b805 (patch) | |
tree | 4072ec577b10285d204d112d16c23bb44d48a9b9 | |
parent | 773edaeff24e371cc331b6a22a77c23b20210460 (diff) | |
download | gcc-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.c | 1 |
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. */ |