loop.c (check_final_value): Use v->always_executed instead of v->always_computable.
authorEric Botcazou <ebotcazou@multimania.com>
Sat, 15 Jun 2002 01:10:49 +0000 (01:10 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 15 Jun 2002 01:10:49 +0000 (18:10 -0700)
commit045d7161a0fbbde5c70c2d1aef786c578f423a61
tree32973a77f9b92a29a421bc6e7eefe35737b606cc
parent048c86160456fc8b165ec3a9761166896d17d566
loop.c (check_final_value): Use v->always_executed instead of v->always_computable.

* loop.c (check_final_value): Use v->always_executed
instead of v->always_computable.
* unroll.c (final_giv_value): Don't calculate the final
value as a function of the biv if the giv is not computed
for every loop iteration.

From-SVN: r54634
gcc/ChangeLog
gcc/loop.c
gcc/unroll.c