From 9d345d2b1410eeabb30445bb16149e91aec8aaed Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 12 Feb 1992 18:53:09 -0500 Subject: [PATCH] *** empty log message *** From-SVN: r315 --- gcc/reorg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/reorg.c b/gcc/reorg.c index ebabfe78e6c..a05be1b511f 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3134,7 +3134,8 @@ relax_delay_slots (first) } if (target_label != JUMP_LABEL (insn)) - redirect_jump (insn, target_label); + redirect_jump (insn, + target_label ? target_label : find_end_label ()); /* See if this jump branches around a unconditional jump. If so, invert this jump and point it to the target of the -- 2.30.2