Delete stale comment. Thanks, Eric!
authorAdrian Prantl <aprantl@apple.com>
Fri, 21 Mar 2014 22:58:25 +0000 (22:58 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 21 Mar 2014 22:58:25 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204530 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index af7c3c6435e079165d4051a90e4c57aa307e9d89..3bbf5525929c0b97e2654eb6d8ed0a09ac149364 100644 (file)
@@ -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;