|
67 | 67 | #include <ansi-c/cprover_library.h> |
68 | 68 | #include <cpp/cprover_library.h> |
69 | 69 |
|
70 | | -#include "document_properties.h" |
71 | | -#include "uninitialized.h" |
72 | | -#include "full_slicer.h" |
73 | | -#include "reachability_slicer.h" |
74 | | -#include "show_locations.h" |
75 | | -#include "points_to.h" |
| 70 | +#include "accelerate/accelerate.h" |
| 71 | +#include "aggressive_slicer.h" |
76 | 72 | #include "alignment_checks.h" |
77 | | -#include "race_check.h" |
78 | | -#include "nondet_volatile.h" |
79 | | -#include "interrupt.h" |
80 | | -#include "mmio.h" |
81 | | -#include "stack_depth.h" |
82 | | -#include "nondet_static.h" |
83 | | -#include "rw_set.h" |
| 73 | +#include "branch.h" |
| 74 | +#include "call_sequences.h" |
| 75 | +#include "code_contracts.h" |
84 | 76 | #include "concurrency.h" |
85 | | -#include "dump_c.h" |
| 77 | +#include "document_properties.h" |
86 | 78 | #include "dot.h" |
87 | | -#include "havoc_loops.h" |
88 | | -#include "k_induction.h" |
| 79 | +#include "dump_c.h" |
| 80 | +#include "full_slicer.h" |
89 | 81 | #include "function.h" |
90 | | -#include "branch.h" |
91 | | -#include "wmm/weak_memory.h" |
92 | | -#include "call_sequences.h" |
93 | | -#include "accelerate/accelerate.h" |
| 82 | +#include "havoc_loops.h" |
94 | 83 | #include "horn_encoding.h" |
95 | | -#include "thread_instrumentation.h" |
96 | | -#include "skip_loops.h" |
97 | | -#include "code_contracts.h" |
98 | | -#include "unwind.h" |
| 84 | +#include "interrupt.h" |
| 85 | +#include "k_induction.h" |
| 86 | +#include "mmio.h" |
99 | 87 | #include "model_argc_argv.h" |
100 | | -#include "undefined_functions.h" |
| 88 | +#include "nondet_static.h" |
| 89 | +#include "nondet_volatile.h" |
| 90 | +#include "points_to.h" |
| 91 | +#include "race_check.h" |
| 92 | +#include "reachability_slicer.h" |
101 | 93 | #include "remove_function.h" |
| 94 | +#include "rw_set.h" |
| 95 | +#include "show_locations.h" |
| 96 | +#include "skip_loops.h" |
102 | 97 | #include "splice_call.h" |
103 | | -#include "aggressive_slicer.h" |
| 98 | +#include "stack_depth.h" |
| 99 | +#include "thread_instrumentation.h" |
| 100 | +#include "undefined_functions.h" |
| 101 | +#include "uninitialized.h" |
| 102 | +#include "unwind.h" |
| 103 | +#include "wmm/weak_memory.h" |
104 | 104 |
|
105 | 105 | /// invoke main modules |
106 | 106 | int goto_instrument_parse_optionst::doit() |
|
0 commit comments