loop-iv.c (iv_number_of_iterations): Fix overflow check for loops that count down.
authorDale Johannesen <dalej@apple.com>
Wed, 31 Aug 2005 17:25:36 +0000 (17:25 +0000)
committerDale Johannesen <dalej@gcc.gnu.org>
Wed, 31 Aug 2005 17:25:36 +0000 (17:25 +0000)
commitc9eb80971df6cbbca67c1cb561b0ccbc8bb5f722
tree7d06abad9fae4d070663e319140ad86a839b5874
parent9c70f610465a6e904a1b9c0fdc39439629b392c7
loop-iv.c (iv_number_of_iterations): Fix overflow check for loops that count down.

2005-08-31  Dale Johannesen  <dalej@apple.com>

        * loop-iv.c (iv_number_of_iterations):  Fix overflow check for
        loops that count down.

From-SVN: r103689
gcc/ChangeLog
gcc/loop-iv.c