mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 16:11:27 +08:00
Fix comment.
llvm-svn: 75471
This commit is contained in:
@@ -732,7 +732,7 @@ llvm::DIType CGDebugInfo::getOrCreateType(QualType Ty,
|
||||
if (Ty.isNull())
|
||||
return llvm::DIType();
|
||||
|
||||
// Check to see if the compile unit already has created this type.
|
||||
// Check TypeCache first.
|
||||
llvm::DIType &Slot = TypeCache[Ty.getAsOpaquePtr()];
|
||||
if (!Slot.isNull()) return Slot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user