Skip to content

Commit a2d7c1f

Browse files
author
Daniel Kroening
committed
simplifier: move if_expr related methods into separate file
These have tight coupling, and there is a sufficient number of them.
1 parent f1e14a8 commit a2d7c1f

File tree

3 files changed

+421
-413
lines changed

3 files changed

+421
-413
lines changed

src/util/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ SRC = allocate_objects.cpp \
6969
simplify_expr_array.cpp \
7070
simplify_expr_boolean.cpp \
7171
simplify_expr_floatbv.cpp \
72+
simplify_expr_if.cpp \
7273
simplify_expr_int.cpp \
7374
simplify_expr_pointer.cpp \
7475
simplify_expr_struct.cpp \

0 commit comments

Comments
 (0)