Skip to content

Commit 3cdf2be

Browse files
author
Remi Delmas
committed
rebase after fixes
1 parent 0c4c1ee commit 3cdf2be

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/goto-instrument/contracts/contracts.cpp

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -308,16 +308,15 @@ void code_contractst::check_apply_loop_contracts(
308308
goto_function.body, loop_head, snapshot_instructions);
309309
};
310310

311-
// Perform write set instrumentation on the entire loop.
312-
check_frame_conditions(
313-
function_name,
314-
goto_function.body,
315-
loop_head,
316-
loop_end,
317-
loop_assigns,
318-
// do not skip checks on function parameter assignments
319-
false);
320-
}
311+
// Perform write set instrumentation on the entire loop.
312+
check_frame_conditions(
313+
function_name,
314+
goto_function.body,
315+
loop_head,
316+
loop_end,
317+
loop_assigns,
318+
// do not skip checks on function parameter assignments
319+
false);
321320

322321
havoc_assigns_targetst havoc_gen(to_havoc, ns);
323322
havoc_gen.append_full_havoc_code(

0 commit comments

Comments
 (0)