summaryrefslogtreecommitdiff
path: root/src/theory/bv/aig_bitblaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/aig_bitblaster.cpp')
-rw-r--r--src/theory/bv/aig_bitblaster.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/bv/aig_bitblaster.cpp b/src/theory/bv/aig_bitblaster.cpp
index 37e9f4476..bb2c403aa 100644
--- a/src/theory/bv/aig_bitblaster.cpp
+++ b/src/theory/bv/aig_bitblaster.cpp
@@ -276,6 +276,7 @@ void AigBitblaster::bbTerm(TNode node, Bits& bits) {
getBBTerm(node, bits);
return;
}
+ Assert( node.getType().isBitVector() );
Debug("bitvector-bitblast") << "Bitblasting term " << node <<"\n";
d_termBBStrategies[node.getKind()] (node, bits, this);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback