]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorDevang Patel <dpatel@apple.com>
Mon, 13 Jul 2009 16:15:54 +0000 (16:15 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 13 Jul 2009 16:15:54 +0000 (16:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75471 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index e45fa55cd43b0cbd5d99ae97239e2e0e509a8490..9bab926977250876bfd864e0b1ab94c4592c941c 100644 (file)
@@ -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;