OSDN Git Service

* loop.c (strength_reduce): Fix typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Sep 1997 17:08:01 +0000 (17:08 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Sep 1997 17:08:01 +0000 (17:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15408 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/loop.c

index d82d402..c43d8c8 100644 (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.
index 2b4af61..3c5282a 100644 (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))