]> granicus.if.org Git - clang/commitdiff
Delete an obsolete comment.
authorDan Gohman <gohman@apple.com>
Sat, 21 Aug 2010 02:41:29 +0000 (02:41 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 21 Aug 2010 02:41:29 +0000 (02:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111711 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index b9b970a3cf825f52617c4fada70ced43467e6f0a..9023c3c6350baf7f23e259f3a836e0d458cda6ea 100644 (file)
@@ -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;