Update NumTypeBits on Type to match the actual number of used bits.

llvm-svn: 191404
This commit is contained in:
Mark Lacey 2013-09-25 22:25:21 +00:00
parent 4d628347b1
commit ac57690895
1 changed files with 1 additions and 1 deletions

View File

@ -1214,7 +1214,7 @@ private:
return CachedLocalOrUnnamed;
}
};
enum { NumTypeBits = 19 };
enum { NumTypeBits = 18 };
protected:
// These classes allow subclasses to somewhat cleanly pack bitfields