summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/apply_to_const.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/apply_to_const.cpp')
-rw-r--r--src/preprocessing/passes/apply_to_const.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/preprocessing/passes/apply_to_const.cpp b/src/preprocessing/passes/apply_to_const.cpp
index bbe4439ec..65bdf5c1f 100644
--- a/src/preprocessing/passes/apply_to_const.cpp
+++ b/src/preprocessing/passes/apply_to_const.cpp
@@ -16,6 +16,7 @@
#include "preprocessing/passes/apply_to_const.h"
+#include "preprocessing/preprocessing_pass_registry.h"
#include "theory/rewriter.h"
namespace CVC4 {
@@ -103,6 +104,8 @@ PreprocessingPassResult ApplyToConst::applyInternal(
return PreprocessingPassResult::NO_CONFLICT;
}
+static RegisterPass<ApplyToConst> X("apply-to-const");
+
} // namespace passes
} // namespace preprocessing
} // namespace CVC4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback