summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-03-21 22:58:25 +0000
committerAdrian Prantl <aprantl@apple.com>2014-03-21 22:58:25 +0000
commite25ab8e3054c99810b315a441b2cd0a892486d91 (patch)
tree8383983d58a1b228ee79605f4ab3130898646d45 /lib
parent0fb178b831ae3c216df739d476289986bded33ee (diff)
downloadllvm-e25ab8e3054c99810b315a441b2cd0a892486d91.tar.gz
llvm-e25ab8e3054c99810b315a441b2cd0a892486d91.tar.bz2
llvm-e25ab8e3054c99810b315a441b2cd0a892486d91.tar.xz
Delete stale comment. Thanks, Eric!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index af7c3c6435..3bbf552592 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -603,7 +603,6 @@ DIE *DwarfDebug::constructScopeDIE(DwarfCompileUnit *TheCU,
if (!Scope || !Scope->getScopeNode())
return NULL;
- // Unique scope where applicable.
DIScope DS(Scope->getScopeNode());
SmallVector<DIE *, 8> Children;