File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,12 @@ SRC = $(BOOLEFORCE_SRC) \
134
134
flattening/bv_utils.cpp \
135
135
flattening/c_bit_field_replacement_type.cpp \
136
136
flattening/equality.cpp \
137
- flattening/functions.cpp \
138
137
flattening/pointer_logic.cpp \
139
138
floatbv/float_bv.cpp \
140
139
floatbv/float_utils.cpp \
141
140
floatbv/float_approximation.cpp \
142
141
lowering/byte_operators.cpp \
142
+ lowering/functions.cpp \
143
143
lowering/popcount.cpp \
144
144
bdd/miniBDD/miniBDD.cpp \
145
145
prop/bdd_expr.cpp \
Original file line number Diff line number Diff line change 19
19
#include < util/mp_arith.h>
20
20
#include < util/optional.h>
21
21
22
+ #include < solvers/lowering/functions.h>
23
+
22
24
#include " bv_utils.h"
23
25
#include " boolbv_width.h"
24
26
#include " boolbv_map.h"
25
27
#include " arrays.h"
26
- #include " functions.h"
27
28
28
29
class extractbit_exprt ;
29
30
class extractbits_exprt ;
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
// / \file
10
10
// / Uninterpreted Functions
11
11
12
- #ifndef CPROVER_SOLVERS_FLATTENING_FUNCTIONS_H
13
- #define CPROVER_SOLVERS_FLATTENING_FUNCTIONS_H
12
+ #ifndef CPROVER_SOLVERS_LOWERING_FUNCTIONS_H
13
+ #define CPROVER_SOLVERS_LOWERING_FUNCTIONS_H
14
14
15
15
#include < map>
16
16
#include < set>
@@ -57,4 +57,4 @@ class functionst
57
57
const exprt::operandst &o2);
58
58
};
59
59
60
- #endif // CPROVER_SOLVERS_FLATTENING_FUNCTIONS_H
60
+ #endif // CPROVER_SOLVERS_LOWERING_FUNCTIONS_H
Original file line number Diff line number Diff line change
1
+ solvers
1
2
solvers/lowering
2
3
util
You can’t perform that action at this time.
0 commit comments