Commit 7ca4e06e by Richard Kenner

(relax_delay_slots): Make sure target_label is set.

From-SVN: r4204
parent 773edaef
......@@ -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. */
......
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