OSDN Git Service

Fix BitVectorTest on 32-bit hosts after r247972.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 18 Sep 2015 07:24:35 +0000 (07:24 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 18 Sep 2015 07:24:35 +0000 (07:24 +0000)
commit43c0cee390ccfe0eff192a2d6e2f250298d70cd6
tree338af4d3921df2d5b92d64f86e30be275f0241fd
parenta028622e48d7af9f70b3fe21ec5b330d6b417eff
Fix BitVectorTest on 32-bit hosts after r247972.
We can't apply two words of 32-bit mask in the small case
where the internal storage is just one 32-bit word.

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