Skip to content

Commit

Permalink
Make comment a bit longer
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Sep 24, 2023
1 parent 1116ef6 commit 2f691be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/lattice.ml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module HConsed (Base:S) =
struct
include Printable.HConsed (Base)

(* We do refine int values on narrow and meet {!IntDomain.IntDomTupleImpl}, which can lead to fixpoint issues *)
(* We do refine int values on narrow and meet {!IntDomain.IntDomTupleImpl}, which can lead to fixpoint issues if we assume x op x = x *)
(* see https://github.com/goblint/analyzer/issues/1005 *)
let int_refine_active = GobConfig.get_string "ana.int.refinement" <> "never"

Expand Down

0 comments on commit 2f691be

Please sign in to comment.