(copy_loop_body, JUMP_INSN case): Delete abort in the

code for setting the JUMP_LABEL field.

From-SVN: r2346
This commit is contained in:
Jim Wilson 1992-10-06 17:20:41 -07:00
parent 5378192b09
commit 84c29ce456

View File

@ -1702,8 +1702,6 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration,
else
label = XEXP (XEXP (tem, 2), 0);
}
else
abort ();
}
if (label && GET_CODE (label) == CODE_LABEL)