aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 91da78b..1ff6a8c 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