Commit 84c29ce4 by Jim Wilson

(copy_loop_body, JUMP_INSN case): Delete abort in the

code for setting the JUMP_LABEL field.

From-SVN: r2346
parent 5378192b
...@@ -1702,8 +1702,6 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration, ...@@ -1702,8 +1702,6 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration,
else else
label = XEXP (XEXP (tem, 2), 0); label = XEXP (XEXP (tem, 2), 0);
} }
else
abort ();
} }
if (label && GET_CODE (label) == CODE_LABEL) if (label && GET_CODE (label) == CODE_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