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