From: Dan Gohman Date: Sat, 21 Aug 2010 02:41:29 +0000 (+0000) Subject: Delete an obsolete comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e60586297dbe976653d42f15ef2089a13c64d951;p=clang Delete an obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index b9b970a3cf..9023c3c635 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -866,8 +866,6 @@ llvm::DIType CGDebugInfo::CreateType(const RecordType *Ty, return FwdDecl; } - // A RD->getName() is not unique. However, the debug info descriptors - // are uniqued so use type name to ensure uniquness. llvm::DIType FwdDecl = DebugFactory.CreateTemporaryType(); llvm::MDNode *MN = FwdDecl;