Skip to content
Snippets Groups Projects
Commit eaed2b2b authored by Julien Signoles's avatar Julien Signoles
Browse files

[e-acsl] removing inexpected debugging message

parent 4b91b5f0
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,6 @@ let new_var ?(global=false) env t ty mk_stmts = ...@@ -157,7 +157,6 @@ let new_var ?(global=false) env t ty mk_stmts =
match t with match t with
| None -> raise No_term | None -> raise No_term
| Some t -> | Some t ->
Options.feedback "memoized %a" Term.pretty t;
Term.Map.find t local_env.mpz_tbl.new_exps, env Term.Map.find t local_env.mpz_tbl.new_exps, env
with Not_found | No_term -> with Not_found | No_term ->
do_new_var ~global env t ty mk_stmts do_new_var ~global env t ty mk_stmts
......
[e-acsl] memoized \old(x)
[e-acsl] memoized \old(x)
[e-acsl] memoized \old(x)-\old(x)
tests/e-acsl-runtime/result.i:7:[e-acsl] warning: missing guard for ensuring that the given integer is C-representable tests/e-acsl-runtime/result.i:7:[e-acsl] warning: missing guard for ensuring that the given integer is C-representable
[e-acsl] memoized \result
[e-acsl] memoized 0
[value] Analyzing a complete application starting at main [value] Analyzing a complete application starting at main
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
......
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