summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_intro_pow2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_intro_pow2.cpp')
-rw-r--r--src/preprocessing/passes/bv_intro_pow2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/preprocessing/passes/bv_intro_pow2.cpp b/src/preprocessing/passes/bv_intro_pow2.cpp
index 860aab5ca..82781b848 100644
--- a/src/preprocessing/passes/bv_intro_pow2.cpp
+++ b/src/preprocessing/passes/bv_intro_pow2.cpp
@@ -20,6 +20,7 @@
#include <unordered_map>
+#include "preprocessing/preprocessing_pass_registry.h"
#include "theory/bv/theory_bv_rewrite_rules_simplification.h"
#include "theory/rewriter.h"
@@ -98,6 +99,8 @@ PreprocessingPassResult BvIntroPow2::applyInternal(
return PreprocessingPassResult::NO_CONFLICT;
}
+static RegisterPass<BvIntroPow2> X("bv-intro-pow2");
+
}/* CVC4::theory::bv namespace */
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback