mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 22:57:26 +08:00
* loop.c (strength_reduce): Fix typo.
From-SVN: r15408
This commit is contained in:
parent
45591aaf4d
commit
432438724e
@ -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.
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user