From: Jan Hubicka Date: Wed, 19 Apr 2000 12:51:42 +0000 (+0000) Subject: Even more lossage, sorry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c35971c82b1ae4ae02ca118b5b14c01c179774d0;p=gcc.git Even more lossage, sorry. From-SVN: r33256 --- diff --git a/gcc/loop.c b/gcc/loop.c index 91da78b3f95..1ff6a8ce4fb 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -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