File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,12 +210,12 @@ struct
210210 texpr1_expr_of_cil_exp exp
211211 in
212212 let exp = Cil. constFold false exp in
213- if M. tracing then
213+ if M. tracing then
214214 match conv exp with
215- | exception Unsupported_CilExp ex ->
215+ | exception Unsupported_CilExp ex ->
216216 M. tracel " rel-texpr-cil-conv" " unsuccessfull: %s" (show_unsupported_cilExp ex);
217217 raise (Unsupported_CilExp ex)
218- | res ->
218+ | res ->
219219 M. trace " relation" " texpr1_expr_of_cil_exp: %a -> %a (%b)" d_plainexp exp Texpr1.Expr. pretty res (Lazy. force no_ov);
220220 M. tracel " rel-texpr-cil-conv" " successfull: Good" ;
221221 res
@@ -461,7 +461,7 @@ struct
461461 let add_vars t vars = Vector. timing_wrap " add_vars" (add_vars t) vars
462462
463463 let remove_vars t vars =
464- let t = copy t in
464+ let t = copy t in
465465 let env' = Environment. remove_vars t.env vars in
466466 dimchange2_remove t env'
467467
You can’t perform that action at this time.
0 commit comments