diff options
-rw-r--r-- | clang/lib/CodeGen/CodeGenTypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenTypes.h b/clang/lib/CodeGen/CodeGenTypes.h index 2c37e00ce53..c40c2b740c2 100644 --- a/clang/lib/CodeGen/CodeGenTypes.h +++ b/clang/lib/CodeGen/CodeGenTypes.h @@ -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; |