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

[Reduc] Minor changes.

parent 8e3eec9a
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@
(* *)
(**************************************************************************)
let pred_opt_from_expr_state state e =
let pred_opt_from_expr_state stmt e =
try
Value2acsl.lval_to_predicate state e
Value2acsl.lval_to_predicate stmt e
with
| Cvalue.V.Not_based_on_null ->
Misc.not_implemented ~what:"Value not based on null";
......
......@@ -27,5 +27,5 @@ open Cil_types
@return None if no such predicate can be created. *)
val value_to_predicate_opt: ?loc:location -> term -> Cvalue.V.t -> predicate option
val lval_to_predicate: ?loc:location -> Cil_types.stmt -> lval -> predicate option
val exp_to_predicate: ?loc:location -> Cil_types.stmt -> exp -> predicate option
val lval_to_predicate: ?loc:location -> stmt -> lval -> predicate option
val exp_to_predicate: ?loc:location -> stmt -> exp -> predicate option
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