diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2000-04-19 12:51:42 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2000-04-19 12:51:42 +0000 |
commit | c35971c82b1ae4ae02ca118b5b14c01c179774d0 (patch) | |
tree | e037f6ae41ff45a1790b0f8203b2ee5b15fac56f /gcc | |
parent | ef8b01f3d979cfea88da6add1c4d096b4355849a (diff) | |
download | gcc-c35971c82b1ae4ae02ca118b5b14c01c179774d0.zip gcc-c35971c82b1ae4ae02ca118b5b14c01c179774d0.tar.gz gcc-c35971c82b1ae4ae02ca118b5b14c01c179774d0.tar.bz2 |
Even more lossage, sorry.
From-SVN: r33256
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |