Even more lossage, sorry.
authorJan Hubicka <hubicka@gcc.gnu.org>
Wed, 19 Apr 2000 12:51:42 +0000 (12:51 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 19 Apr 2000 12:51:42 +0000 (12:51 +0000)
From-SVN: r33256

gcc/loop.c

index 91da78b3f954d98d0f97d10816cb47281ce3fd60..1ff6a8ce4fb3a353557506315532303758955694 100644 (file)
@@ -3730,7 +3730,7 @@ for_each_insn_in_loop (loop, fncall)
        p != NULL_RTX;
        p = next_insn_in_loop (loop, p))
     {
-      p = fncall (loop, p, not_every_iteration, not_every_iteration);
+      p = fncall (loop, p, not_every_iteration, maybe_multiple);
 
       /* Past CODE_LABEL, we get to insns that may be executed multiple
          times.  The only way we can be sure that they can't is if every