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

[Eva] Improves the automatic loop unroll when temporary variables are introduced.

If the variable used in the exit condition of the loop is not incremented within
the loop, but is assigned to the value of another lvalue, the heuristic uses
this second lvalue instead.
This is especially useful to deal with some temporary variables introduced
by Frama-C to translate condition such as (i++ < l).
parent f8667549
No related branches found
No related tags found
Loading
Loading
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