File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
goto-instrument/contracts/dynamic-frames Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1370,7 +1370,6 @@ __CPROVER_HIDE:;
13701370 __CPROVER_bool record_may_leak = __VERIFIER_nondet___CPROVER_bool ();
13711371 __CPROVER_memory_leak = record_may_leak ? ptr : __CPROVER_memory_leak ;
13721372
1373- // record fresh object in the caller's write set
13741373#ifdef __CPROVER_DFCC_DEBUG_LIB
13751374 __CPROVER_contracts_obj_set_add (write_set -> linked_allocated , ptr );
13761375#else
Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ Date: Jan 2025
99
1010#include " dfcc_pointer_equals.h"
1111
12- #include < util/expr_iterator .h>
12+ #include < util/c_types .h>
1313#include < util/cprover_prefix.h>
14+ #include < util/expr_iterator.h>
1415#include < util/pointer_expr.h>
1516#include < util/replace_expr.h>
16- #include < util/c_types.h>
1717#include < util/std_code.h>
1818#include < util/std_expr.h>
1919#include < util/symbol.h>
20-
2120#include " dfcc_cfg_info.h"
2221#include " dfcc_library.h"
2322
You can’t perform that action at this time.
0 commit comments