]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/10171 (wrong code for inlined function)
authorJason Merrill <jason@redhat.com>
Tue, 25 Mar 2003 20:24:42 +0000 (15:24 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 25 Mar 2003 20:24:42 +0000 (15:24 -0500)
commit2e2255ffff45da118ea54715fbe880624f29b9cf
treec48ce8d00c0de5784247bb6050aa914358fd8591
parent8725a499793a072329573c0f71fbd703c09feef2
re PR rtl-optimization/10171 (wrong code for inlined function)

        PR optimization/10171
        * unroll.c (unroll_loop): Don't delete the jump at the end unless
        we also delete a jump at the beginning.

From-SVN: r64863
gcc/ChangeLog
gcc/testsuite/gcc.dg/loop-2.c [new file with mode: 0644]
gcc/unroll.c