loop.c: Include predict.h
authorJan Hubicka <hubicka@gcc.gnu.org>
Tue, 12 Jun 2001 10:22:22 +0000 (10:22 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 12 Jun 2001 10:22:22 +0000 (10:22 +0000)
commitaa18f20e7406ee235e94d6360bf4b3e349088544
tree487d80a5d58a9011b3ff04980963adc35c2b444a
parent7bdcf888aaa78808dc2dd4e16e70458244a607be
loop.c: Include predict.h

* loop.c: Include predict.h
(strength_reduce): Drop branch prediction note in case
number of iterations is known.
* predict.def (PRED_LOOP_ITERATIONS): new.
* Makefile.in (loop.o): Add dependancy on predict.h

From-SVN: r43251
gcc/Makefile.in
gcc/loop.c
gcc/predict.def