Commit 9d345d2b by Richard Kenner

*** empty log message ***

From-SVN: r315
parent e622cd25
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment