Fix dumb thinko.
authorJeff Law <law@gcc.gnu.org>
Mon, 19 Oct 1998 13:03:32 +0000 (07:03 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 19 Oct 1998 13:03:32 +0000 (07:03 -0600)
From-SVN: r23181

gcc/loop.c

index 749a2ac4b5d9ca1ad0e78ebd14467d0e3f14db10..5db0a9c11ece673a48bbb24fba2fb355c04d4f2f 100644 (file)
@@ -840,9 +840,9 @@ scan_loop (loop_start, end, unroll_p, bct_p)
          else if (/* The set is not guaranteed to be executed one
                      the loop starts, or the value before the set is
                      needed before the set occurs... */
-                  && (maybe_never
-                      || loop_reg_used_before_p (set, p, loop_start,
-                                                 scan_start, end))
+                  (maybe_never
+                   || loop_reg_used_before_p (set, p, loop_start,
+                                              scan_start, end))
                   /* And the register is used in basic blocks other
                      than the one where it is set (meaning that
                      something after this point in the loop might