Add a test for my change to disable reassociation for i1 types.
[oota-llvm.git] / unittests / ADT / BitVectorTest.cpp
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...