OSDN Git Service

* loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 May 2000 17:07:13 +0000 (17:07 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 May 2000 17:07:13 +0000 (17:07 +0000)
commitbcfc9e7de416d7cf7cf069b4a51df194a05ef12f
treebfb662e2c39c364781f468e95d92e16b99123bcd
parent9dd2e2687ccde4a7f0dd0d80183771ccc6fa1fa7
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33912 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/loop.c
gcc/loop.h
gcc/rtl.h
gcc/toplev.c