Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Dec 17, 2024
1 parent 829d32b commit 254a21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/framework/analysisState.ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ let unsound_both_branches_dead: bool option ref = ref None
(** [Some true] if unsound both branches dead occurs in analysis results.
[Some false] if it doesn't occur.
[None] if [ana.dead-code.branches] option is disabled and this isn't checked. *)

(* Comparison mode where blobs with bot content that are not zero-initalized are considered equivalent to top-level bot *)
let bot_in_blob_leq_bot = ref false

0 comments on commit 254a21f

Please sign in to comment.