diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-21 02:41:29 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-21 02:41:29 +0000 |
commit | e60586297dbe976653d42f15ef2089a13c64d951 (patch) | |
tree | 3131fe567481208f1063a7dc4996557302cfe9ca /lib/CodeGen/CGDebugInfo.cpp | |
parent | 9f4f7cfe40edd5ed9d8ea7b8ce7c3dd988c7e310 (diff) |
Delete an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |