(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:
parent
5378192b09
commit
84c29ce456
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user