forked from OSchip/llvm-project
Remove superfluous private:, TypeCache is private by default.
llvm-svn: 244871
This commit is contained in:
parent
3d1173ba1a
commit
2ed4060ab6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue