unroll.c (calculate_giv_inc): Use find_last_value rather than just hoping the last...
authorGeoffrey Keating <geoffk@redhat.com>
Sun, 4 Nov 2001 08:12:09 +0000 (08:12 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 4 Nov 2001 08:12:09 +0000 (08:12 +0000)
commit27d80140ec45347e4042fb9e1c1e86a08ce45d52
treeffac8087938d67c9112369b7ccc976df3f3c1caf
parent3eaaf577ce49b0572ef51a143d7540a0fed3e117
unroll.c (calculate_giv_inc): Use find_last_value rather than just hoping the last instruction is the right SET.

* unroll.c (calculate_giv_inc): Use find_last_value rather
than just hoping the last instruction is the right SET.
[Fixes 990604-1.c on stormy16.]

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