Skip to content

Commit

Permalink
Rm outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Jan 9, 2024
1 parent 8ac3384 commit 3422110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdomains/apron/affineEqualityDomain.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ struct
| Some v ->
let ik = Cilfacade.get_ikind v.vtype in
if not (Cil.isSigned ik) then
raise NotRefinable (* TODO: unsigned w/o bounds handled differently? *)
raise NotRefinable
else
match Bounds.bound_texpr res (Convert.texpr1_of_cil_exp res res.env (Lval (Cil.var v)) true) with
| Some min, Some max ->
Expand Down

0 comments on commit 3422110

Please sign in to comment.