File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SRC = adjust_float_expressions.cpp \
6
6
destructor.cpp \
7
7
elf_reader.cpp \
8
8
format_strings.cpp \
9
- initialize_goto_model .cpp \
9
+ generate_function_bodies .cpp \
10
10
goto_asm.cpp \
11
11
goto_clean_expr.cpp \
12
12
goto_convert.cpp \
@@ -16,12 +16,13 @@ SRC = adjust_float_expressions.cpp \
16
16
goto_convert_side_effect.cpp \
17
17
goto_function.cpp \
18
18
goto_functions.cpp \
19
- goto_inline.cpp \
20
19
goto_inline_class.cpp \
20
+ goto_inline.cpp \
21
21
goto_program.cpp \
22
22
goto_program_template.cpp \
23
23
goto_trace.cpp \
24
24
graphml_witness.cpp \
25
+ initialize_goto_model.cpp \
25
26
instrument_preconditions.cpp \
26
27
interpreter.cpp \
27
28
interpreter_evaluate.cpp \
@@ -50,7 +51,6 @@ SRC = adjust_float_expressions.cpp \
50
51
remove_unused_functions.cpp \
51
52
remove_vector.cpp \
52
53
remove_virtual_functions.cpp \
53
- generate_function_bodies.cpp \
54
54
resolve_inherited_component.cpp \
55
55
safety_checker.cpp \
56
56
set_properties.cpp \
You can’t perform that action at this time.
0 commit comments