unroll.c (unroll_loop): Check for unconditional jumps to loop continuation.
authorCatherine Moore <clm@redhat.com>
Thu, 7 Sep 2000 13:10:51 +0000 (13:10 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Thu, 7 Sep 2000 13:10:51 +0000 (09:10 -0400)
commit4598ffe97a481d553bf8888d794059e3f8cb5ec7
tree2dcd5b408e11f22df2a0bbc750dd91e6b361bd55
parentf52c723967006d4c135e46bb3e2974e54657a5d8
unroll.c (unroll_loop): Check for unconditional jumps to loop continuation.

        * unroll.c (unroll_loop): Check for unconditional jumps
        to loop continuation.  Delete if n_iterations is 1.
        (ujump_to_loop_cont): New routine.

From-SVN: r36235
gcc/ChangeLog
gcc/unroll.c