diff options
| author | Adrian Prantl <aprantl@apple.com> | 2014-03-21 22:58:25 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2014-03-21 22:58:25 +0000 |
| commit | ca2728ec2226a723406a3d352e1a6a02013f0a84 (patch) | |
| tree | 9b4c003829af13cd9f26ff922344ed0280aca52b /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
| parent | c6b4045d65ffba9235ebc003dac8d292ad170f61 (diff) | |
| download | bcm5719-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.cpp | 1 |
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; |

