summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
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
commitca2728ec2226a723406a3d352e1a6a02013f0a84 (patch)
tree9b4c003829af13cd9f26ff922344ed0280aca52b /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parentc6b4045d65ffba9235ebc003dac8d292ad170f61 (diff)
downloadbcm5719-llvm-ca2728ec2226a723406a3d352e1a6a02013f0a84.tar.gz
bcm5719-llvm-ca2728ec2226a723406a3d352e1a6a02013f0a84.zip
Delete stale comment. Thanks, Eric!
llvm-svn: 204530
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index af7c3c6435e..3bbf5525929 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud