Attempting to fix the 64 bit bots.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 20 Jun 2014 10:52:57 +0000 (10:52 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 20 Jun 2014 10:52:57 +0000 (10:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211351 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/BitVector.h

index 2fa181734bbdf91872e0ef500ccd7758e850e2f1..34e2284311b39e7049ff33ac2c698056505e4b88 100644 (file)
@@ -34,7 +34,7 @@ class BitVector {
   unsigned Capacity;     // Size of allocated memory in BitWord.
 
 public:
-  typedef size_t size_type;
+  typedef unsigned size_type;
   // Encapsulation of a single bit.
   class reference {
     friend class BitVector;