Skip to content
Snippets Groups Projects
Commit 728be1e1 authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

forcing introduction of new equations for fcn calls in asserts

parent 380a8d33
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ let normalize_node node =
let assert_expr = assert_.assert_expr in
let (defs, vars'), expr =
normalize_expr
~alias:false
~alias:true (* forcing introduction of new equations for fcn calls *)
node
[] (* empty offset for arrays *)
([], vars) (* defvar only contains vars *)
......
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