]> git.ipfire.org Git - thirdparty/gcc.git/commit
loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
authorRichard Henderson <rth@redhat.com>
Mon, 22 Jul 2002 00:26:03 +0000 (17:26 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 22 Jul 2002 00:26:03 +0000 (17:26 -0700)
commit5e1afb115ee0038eb3474176d8c56c2460a4274e
tree2ff7eb08105c0df70c8ebbd19873fcb13b68513d
parentc67a1cf6a842249a064d479b455321e6663e4708
loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.

        * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
        * loop.c (strength_reduce): Update.
        * toplev.c (rest_of_compilation): Do unrolling in the first
        loop pass, not the second.

From-SVN: r55634
gcc/ChangeLog
gcc/loop.c
gcc/loop.h
gcc/toplev.c