loop.c (scan_loop, [...]): Change unroll_p and bct_p parameters to flags.
authorJan Hubicka <jh@suse.cz>
Mon, 15 May 2000 17:07:13 +0000 (17:07 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 15 May 2000 17:07:13 +0000 (17:07 +0000)
commit1bf14ad7a469ad3816146cf31c11d0bcc36d5220
treebfb662e2c39c364781f468e95d92e16b99123bcd
parentb8d254e64d0d10553df34b4d9bf67fd003730111
loop.c (scan_loop, [...]): Change unroll_p and bct_p parameters to flags.

* loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
and bct_p parameters to flags.
* loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
* rtl.h (loop_optimize): Update prototype.
* toplev.c (rest_of_compilation): Update call of loop_optimize.

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