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 | 25f9aaedc62e67dac8a59caeb4d357245b56cdf7 (patch) | |
tree | 242111cdb662763f9c1d5d6a581730fc079feed9 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | e3b8dd433cf0dd2a9e380a4351d0286302801e14 (diff) | |
download | bcm5719-llvm-25f9aaedc62e67dac8a59caeb4d357245b56cdf7.tar.gz bcm5719-llvm-25f9aaedc62e67dac8a59caeb4d357245b56cdf7.zip |
Delete an obsolete comment.
llvm-svn: 111711
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index b9b970a3cf8..9023c3c6350 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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; |