BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 7 Jun 2013 15:14:31 +0000 (15:14 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 7 Jun 2013 15:14:31 +0000 (15:14 +0000)
commita77376dae1e26572f94aa52b63f89749b785bc33
treeb5b1d8ae91015bdb2895b4ee3c9f5def314660a4
parent597253da97ec4fa5fa4a03c2230ed026b1b6aad6
BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183525 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/BitVector.h
unittests/ADT/BitVectorTest.cpp