Remove superfluous private:, TypeCache is private by default.

llvm-svn: 244871
This commit is contained in:
Yaron Keren 2015-08-13 07:12:03 +00:00
parent 3d1173ba1a
commit 2ed4060ab6
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ class CodeGenTypes {
SmallVector<const RecordDecl *, 8> DeferredRecords;
private:
/// This map keeps cache of llvm::Types and maps clang::Type to
/// corresponding llvm::Type.
llvm::DenseMap<const Type *, llvm::Type *> TypeCache;