diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-08-13 07:12:03 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-08-13 07:12:03 +0000 |
commit | 2ed4060ab69ba8d9845788c1bde95e4080a9df12 (patch) | |
tree | 6f9b1bb388bc8a61dc83a38fe9dbe8b6374f2d79 | |
parent | 3d1173ba1a53cab08ed2c33e47dd617df77a914b (diff) | |
download | bcm5719-llvm-2ed4060ab69ba8d9845788c1bde95e4080a9df12.tar.gz bcm5719-llvm-2ed4060ab69ba8d9845788c1bde95e4080a9df12.zip |
Remove superfluous private:, TypeCache is private by default.
llvm-svn: 244871
-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; |