We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89047c3 commit a7cc073Copy full SHA for a7cc073
src/goto-instrument/contracts/contracts.cpp
@@ -257,8 +257,11 @@ void code_contractst::check_apply_loop_contracts(
257
258
// Insert instrumentation
259
// This must be done before havocing the write set.
260
+<<<<<<< HEAD
261
// FIXME: this is not true for write set targets that
262
// might depend on other write set targets.
263
+=======
264
+>>>>>>> aa06faf8b4 (CONTRACTS: add inductive checks for assigns clauses)
265
goto_function.body.destructive_insert(
266
std::next(loop_head), snapshot_instructions);
267
0 commit comments