]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* loop.c (scan_loop): Fix typo in last change.
authorJeffrey A Law <law@cygnus.com>
Sun, 14 Feb 1999 22:09:56 +0000 (22:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 14 Feb 1999 22:09:56 +0000 (15:09 -0700)
From-SVN: r25206

gcc/ChangeLog
gcc/loop.c

index 24e25d1895e2cc8b4d611860c3d8e31699ebc3a7..a6e7d386fa3a895485684032ef9ccc0da39ffe29 100644 (file)
@@ -1,3 +1,7 @@
+Sun Feb 14 23:05:34 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * loop.c (scan_loop): Fix typo in last change.
+
 Sat Feb 13 11:53:12 1999  Jeffrey A Law  (law@cygnus.com)
 
        1999-02-05  Michael Meissner  <meissner@cygnus.com>
index 5e021812206bc5858235c7361cd7d34159b548b9..cfa3f60ef20c5d300bed252c7376532d84b356ac 100644 (file)
@@ -793,10 +793,10 @@ scan_loop (loop_start, end, nregs, unroll_p)
             (1) it is used only in the same basic block as the set
             (2) the set is guaranteed to be executed once the loop starts,
                 and the reg is not used until after that.  */
-         else if (! (reg_in_basic_block_p (p, SET_DEST (set)))
+         else if (! (reg_in_basic_block_p (p, SET_DEST (set))
                      || (! maybe_never
                          && ! loop_reg_used_before_p (set, p, loop_start,
-                                                      scan_start, end)))
+                                                      scan_start, end))))
            ;
          else if ((tem = invariant_p (src))
                   && (dependencies == 0