X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FADT%2FBitVector.h;h=34e2284311b39e7049ff33ac2c698056505e4b88;hb=22b4918557e3b98311e03b74c3b36d42b83a07ee;hp=2fa181734bbdf91872e0ef500ccd7758e850e2f1;hpb=ed4e8a839f0604b51eb03f47b6cd467917162e89;p=oota-llvm.git diff --git a/include/llvm/ADT/BitVector.h b/include/llvm/ADT/BitVector.h index 2fa181734bb..34e2284311b 100644 --- a/include/llvm/ADT/BitVector.h +++ b/include/llvm/ADT/BitVector.h @@ -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;