aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-10-06 17:20:41 -0700
committerJim Wilson <wilson@gcc.gnu.org>1992-10-06 17:20:41 -0700
commit84c29ce456e5b3acd527054353dfee6fcb1d64ff (patch)
tree61a8ec8eeba9ef0f5b8739673886b83776534415
parent5378192b096dff2f61a4ca9900aae7d877d21987 (diff)
downloadgcc-84c29ce456e5b3acd527054353dfee6fcb1d64ff.zip
gcc-84c29ce456e5b3acd527054353dfee6fcb1d64ff.tar.gz
gcc-84c29ce456e5b3acd527054353dfee6fcb1d64ff.tar.bz2
(copy_loop_body, JUMP_INSN case): Delete abort in the
code for setting the JUMP_LABEL field. From-SVN: r2346
-rw-r--r--gcc/unroll.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c
index 29d7817..29ed5ce 100644
--- a/gcc/unroll.c
+++ b/gcc/unroll.c
@@ -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)