OSDN Git Service

PR optimization/10171
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2003 20:24:42 +0000 (20:24 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2003 20:24:42 +0000 (20:24 +0000)
commita82119e49ef3ab1cca3e6b472878d8ffc4b7b724
treec48ce8d00c0de5784247bb6050aa914358fd8591
parent91bee29ee2fe5ec100e78cb677747756e5b3c0bd
    PR optimization/10171
        * unroll.c (unroll_loop): Don't delete the jump at the end unless
        we also delete a jump at the beginning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64863 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/gcc.dg/loop-2.c [new file with mode: 0644]
gcc/unroll.c