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

[Eva] Octagons: optimizes [assign] transfer function.

parent 696db1aa
No related branches found
No related tags found
No related merge requests found
......@@ -1811,7 +1811,6 @@ module Domain = struct
state >>-: check "precise assign"
let assign kinstr left_value expr assigned valuation state =
update valuation state >>- fun state ->
if kinstr <> Kglobal
&& Cil.isIntegralOrPointerType left_value.ltyp
&& not (Eval_typ.lval_contains_volatile left_value.lval)
......
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