Update Type::BitsRemainingInType

llvm-svn: 116423
This commit is contained in:
Douglas Gregor 2010-10-13 20:07:36 +00:00
parent f10c97f36e
commit e01d2243d3
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ protected:
/// any local or unnamed types.
virtual std::pair<Linkage, bool> getLinkageUnnamedLocalImpl() const;
enum { BitsRemainingInType = 19 };
enum { BitsRemainingInType = 17 };
// silence VC++ warning C4355: 'this' : used in base member initializer list
Type *this_() { return this; }