Commit c35971c8 by Jan Hubicka

Even more lossage, sorry.

From-SVN: r33256
parent ef8b01f3
...@@ -3730,7 +3730,7 @@ for_each_insn_in_loop (loop, fncall) ...@@ -3730,7 +3730,7 @@ for_each_insn_in_loop (loop, fncall)
p != NULL_RTX; p != NULL_RTX;
p = next_insn_in_loop (loop, p)) 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 /* 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 times. The only way we can be sure that they can't is if every
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment