File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -135,12 +135,12 @@ SRC = $(BOOLEFORCE_SRC) \
135
135
flattening/bv_utils.cpp \
136
136
flattening/c_bit_field_replacement_type.cpp \
137
137
flattening/equality.cpp \
138
- flattening/functions.cpp \
139
138
flattening/pointer_logic.cpp \
140
139
floatbv/float_bv.cpp \
141
140
floatbv/float_utils.cpp \
142
141
floatbv/float_approximation.cpp \
143
142
lowering/byte_operators.cpp \
143
+ lowering/functions.cpp \
144
144
lowering/popcount.cpp \
145
145
bdd/miniBDD/miniBDD.cpp \
146
146
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.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments