summaryrefslogtreecommitdiff
path: root/src/theory/bv/eager_bitblaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/eager_bitblaster.cpp')
-rw-r--r--src/theory/bv/eager_bitblaster.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/bv/eager_bitblaster.cpp b/src/theory/bv/eager_bitblaster.cpp
index 53fb4f94b..e66b7f621 100644
--- a/src/theory/bv/eager_bitblaster.cpp
+++ b/src/theory/bv/eager_bitblaster.cpp
@@ -137,6 +137,8 @@ bool EagerBitblaster::hasBBAtom(TNode atom) const {
}
void EagerBitblaster::bbTerm(TNode node, Bits& bits) {
+ Assert( node.getType().isBitVector() );
+
if (hasBBTerm(node)) {
getBBTerm(node, bits);
return;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback