commit | 2b789c0735cc2b06b9d8f34e95c0ce89cfd3451d | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Jul 13 16:15:54 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Jul 13 16:15:54 2009 +0000 |
tree | c8a543429212fbf7bffa59b1a9f4918e8ee00b73 | |
parent | 5f1adc2066bf982f721ee9b557febda9bf2ad4a9 [diff] |
Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75471 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index e45fa55..9bab926 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp
@@ -732,7 +732,7 @@ 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;