Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Nov 22, 2023
1 parent 921446b commit 8405689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theory/bv/int_blaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Node IntBlaster::translateWithChildren(
}
case Kind::BITVECTOR_BITOF:
{
// ((_ extract i j) a) is a / 2^j mod 2^{i-j+1}
// ((_ bitof i) a) is a / 2^i mod 2
// original = a[i:j]
uint32_t i = original.getOperator().getConst<BitVectorBitOf>().d_bitIndex;
Assert(i >= 0);
Expand Down

0 comments on commit 8405689

Please sign in to comment.