Remove the duplicate multiclass N3VSh_QHSD and use N3VInt_QHSD which is modified
[oota-llvm.git] / unittests / ADT / BitVectorTest.cpp
2010-02-10 Benjamin KramerSilence GCC warnings.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-09 Dale JohannesenDisable unittests/ADT/BitVectorTest on PPC Darwin.
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...