Do one map lookup instead of two.
[oota-llvm.git] / unittests / ADT / SmallBitVectorTest.cpp
index e12abfe20da1a73adaffc5094e1770dd28bb5a23..9c69aad5a9730d56b7b52fed796bb911e0049b37 100644 (file)
@@ -185,4 +185,5 @@ TEST(SmallBitVectorTest, ProxyIndex) {
   Vec[2] = Vec[1] = Vec[0] = false;
   EXPECT_TRUE(Vec.none());
 }
+
 }