Skip to content

Commit a7cc073

Browse files
committed
CONTRACTS: add inductive checks for assigns clauses
1 parent 89047c3 commit a7cc073

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/goto-instrument/contracts/contracts.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,11 @@ void code_contractst::check_apply_loop_contracts(
257257

258258
// Insert instrumentation
259259
// This must be done before havocing the write set.
260+
<<<<<<< HEAD
260261
// FIXME: this is not true for write set targets that
261262
// might depend on other write set targets.
263+
=======
264+
>>>>>>> aa06faf8b4 (CONTRACTS: add inductive checks for assigns clauses)
262265
goto_function.body.destructive_insert(
263266
std::next(loop_head), snapshot_instructions);
264267

0 commit comments

Comments
 (0)