unroll.c (loop_iterations): Don't sign-extend abs_diff; zero-extend it.
authorAlexandre Oliva <aoliva@redhat.com>
Sun, 6 May 2001 19:51:19 +0000 (19:51 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sun, 6 May 2001 19:51:19 +0000 (19:51 +0000)
commitb8ebd779d58b4d16199b2b1fe70e37e4c3d38571
treed1e8dd7125f97466a3b431c8620b350ef00f92f6
parent3c04502e2b0443114b2057dd2383308b3078cf7c
unroll.c (loop_iterations): Don't sign-extend abs_diff; zero-extend it.

* unroll.c (loop_iterations): Don't sign-extend abs_diff;
zero-extend it.  Make abs_inc unsigned.

From-SVN: r41886
gcc/ChangeLog
gcc/unroll.c