Skip to content

Commit 254a21f

Browse files
Add new line
1 parent 829d32b commit 254a21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/framework/analysisState.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ let unsound_both_branches_dead: bool option ref = ref None
4141
(** [Some true] if unsound both branches dead occurs in analysis results.
4242
[Some false] if it doesn't occur.
4343
[None] if [ana.dead-code.branches] option is disabled and this isn't checked. *)
44+
4445
(* Comparison mode where blobs with bot content that are not zero-initalized are considered equivalent to top-level bot *)
4546
let bot_in_blob_leq_bot = ref false

0 commit comments

Comments
 (0)