File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
src/goto-instrument/contracts Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -308,16 +308,15 @@ void code_contractst::check_apply_loop_contracts(
308
308
goto_function.body , loop_head, snapshot_instructions);
309
309
};
310
310
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 );
321
320
322
321
havoc_assigns_targetst havoc_gen (to_havoc, ns);
323
322
havoc_gen.append_full_havoc_code (
You can’t perform that action at this time.
0 commit comments