|
26 | 26 | #include <cpp/cpp_language.h>
|
27 | 27 | #include <java_bytecode/java_bytecode_language.h>
|
28 | 28 |
|
29 |
| -#include <goto-programs/initialize_goto_model.h> |
30 | 29 | #include <goto-programs/goto_convert_functions.h>
|
31 |
| -#include <goto-programs/show_properties.h> |
32 |
| -#include <goto-programs/set_properties.h> |
33 |
| -#include <goto-programs/read_goto_binary.h> |
34 |
| -#include <goto-programs/loop_ids.h> |
35 |
| -#include <goto-programs/link_to_library.h> |
36 | 30 | #include <goto-programs/goto_inline.h>
|
37 |
| -#include <goto-programs/xml_goto_trace.h> |
| 31 | +#include <goto-programs/initialize_goto_model.h> |
| 32 | +#include <goto-programs/link_to_library.h> |
| 33 | +#include <goto-programs/loop_ids.h> |
| 34 | +#include <goto-programs/read_goto_binary.h> |
38 | 35 | #include <goto-programs/remove_complex.h>
|
| 36 | +#include <goto-programs/remove_exceptions.h> |
39 | 37 | #include <goto-programs/remove_function_pointers.h>
|
| 38 | +#include <goto-programs/remove_instanceof.h> |
| 39 | +#include <goto-programs/remove_returns.h> |
40 | 40 | #include <goto-programs/remove_skip.h>
|
| 41 | +#include <goto-programs/remove_unused_functions.h> |
41 | 42 | #include <goto-programs/remove_vector.h>
|
42 | 43 | #include <goto-programs/remove_virtual_functions.h>
|
43 |
| -#include <goto-programs/remove_exceptions.h> |
44 |
| -#include <goto-programs/remove_instanceof.h> |
45 |
| -#include <goto-programs/remove_unused_functions.h> |
| 44 | +#include <goto-programs/set_properties.h> |
| 45 | +#include <goto-programs/show_properties.h> |
| 46 | +#include <goto-programs/xml_goto_trace.h> |
46 | 47 |
|
47 | 48 | #include <goto-symex/rewrite_union.h>
|
48 | 49 | #include <goto-symex/adjust_float_expressions.h>
|
@@ -304,6 +305,7 @@ bool symex_parse_optionst::process_goto_program(const optionst &options)
|
304 | 305 | goto_check(options, goto_model);
|
305 | 306 |
|
306 | 307 | // remove stuff
|
| 308 | + remove_returns(goto_model); |
307 | 309 | remove_complex(goto_model);
|
308 | 310 | remove_vector(goto_model);
|
309 | 311 | // remove function pointers
|
|
0 commit comments