OSDN Git Service

(copy_loop_body, JUMP_INSN case): Delete abort in the
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 1992 00:20:41 +0000 (00:20 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 1992 00:20:41 +0000 (00:20 +0000)
code for setting the JUMP_LABEL field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2346 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/unroll.c

index 29d7817..29ed5ce 100644 (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)