diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-19 12:51:42 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-19 12:51:42 +0000 |
commit | b207b5ccd1c7d912f56bd81ffbf3f2d5a697e6b8 (patch) | |
tree | e037f6ae41ff45a1790b0f8203b2ee5b15fac56f /gcc/loop.c | |
parent | 7addffd0278dd49bf147ae712485d445fce26a4c (diff) | |
download | gcc-b207b5ccd1c7d912f56bd81ffbf3f2d5a697e6b8.tar.gz |
Even more lossage, sorry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |