You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let var =Cilfacade.mkCast ~e:(Lval(Var vinfo,NoOffset)) ~newt:longlong in
305
-
let flip, coeff = coeff_to_const ~scalewith c in
304
+
let i = int_of_coeff_warn ~scalewith c in
305
+
let flip, coeff = cil_exp_of_int i in
306
306
ifZ.equal (Option.get (Cil.getInteger coeff)) Z.one then(* Option.get should succeed by construction *)(* TODO: check (scaled!) coeff directly instead of extracting from exp *)
0 commit comments