File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/goto-instrument/synthesizer Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Author: Qinheping Hu
17
17
#include < util/pointer_predicates.h>
18
18
#include < util/prefix.h>
19
19
20
+ #include < goto-programs/goto_convert_functions.h>
20
21
#include < goto-programs/link_to_library.h>
21
22
#include < goto-programs/pointer_arithmetic.h>
22
23
#include < goto-programs/process_goto_program.h>
@@ -392,6 +393,11 @@ bool cegis_verifiert::verify()
392
393
all_properties_verifier_with_trace_storaget<multi_path_symex_checkert>>(
393
394
options, ui_message_handler, goto_model);
394
395
396
+ goto_convert (
397
+ goto_model.symbol_table ,
398
+ goto_model.goto_functions ,
399
+ log.get_message_handler ());
400
+
395
401
// Run the checker to get the result.
396
402
const resultt result = (*checker)();
397
403
You can’t perform that action at this time.
0 commit comments