Commit 43243872 by Jeffrey A Law Committed by Jeff Law

* loop.c (strength_reduce): Fix typo.

From-SVN: r15408
parent 45591aaf
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.
......
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment