add a hunk missing from previous patch.

Swift SVN r1003
This commit is contained in:
Chris Lattner
2012-01-11 07:06:41 +00:00
parent 173df8794d
commit a4c22e9020

View File

@@ -48,6 +48,7 @@ public:
// Members that should only be used by ASTContext.cpp.
void *IdentifierTable; // llvm::StringMap<char>
void *TupleTypes; // llvm::FoldingSet<TupleType>
void *MetaTypeTypes; // DenseMap<TypeAliasDecl*, MetaTypeType*>
void *FunctionTypes; // DenseMap<std::pair<Type*, Type*>, FunctionType*>
void *ArrayTypes; // DenseMap<std::pair<Type*, uint64_t>, ArrayType*>
void *IntegerTypes; // DenseMap<unsigned, BuiltinIntegerType>