* loop.c (strength_reduce): Fix typo.

From-SVN: r15408
This commit is contained in:
Jeffrey A Law 1997-09-11 17:08:01 +00:00 committed by Jeff Law
parent 45591aaf4d
commit 432438724e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Sep 11 11:09:43 1997 Jeffrey A Law (law@cygnus.com)
* loop.c (strength_reduce): Fix typo.
Wed Sep 10 21:37:30 1997 Jeffrey A Law (law@cygnus.com)
* version.c: Bump for snapshot.

View File

@ -4071,7 +4071,7 @@ strength_reduce (scan_start, end, loop_top, insn_count,
other_giv = tv;
}
if (! tv && other_giv
&& REGNO (other_giv->dest_reg) <= max_reg_before_loop
&& REGNO (other_giv->dest_reg) < max_reg_before_loop
&& (REGNO_LAST_UID (REGNO (other_giv->dest_reg))
== INSN_UID (v->insn))
&& INSN_LUID (v->insn) < INSN_LUID (bl->biv->insn))