Skip to content
Snippets Groups Projects
Commit 68252257 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Fixes a comment of the automatic loop unrolling.

parent 6a29b1bf
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ let classify loop_effect lval =
else
(* If the address of the variable is taken, it could be modified within
the loop. We suppose here that this is not the case, but this could
lead to some loop unrolling. *)
lead to some untimely loop unrolling. *)
Constant
| Mem _, _ -> Unsuitable (* Pointers are not supported by the heuristic. *)
and is_const_offset = function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment