Delete out of date comment.
authorDevang Patel <dpatel@apple.com>
Thu, 8 Apr 2010 15:41:13 +0000 (15:41 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 8 Apr 2010 15:41:13 +0000 (15:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100769 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index b1e190c3f51f710b8d045ee7fa5f3e0a00c300d9..ecc539791e1eb111a5d810c0ccc9dbbbb0ef482b 100644 (file)
@@ -1933,8 +1933,6 @@ void DwarfDebug::endModule() {
     DIE *NDie = ModuleCU->getDIE(N);
     if (!NDie) continue;
     addDIEEntry(SPDie, dwarf::DW_AT_containing_type, dwarf::DW_FORM_ref4, NDie);
-    // FIXME - This is not the correct approach.
-    //addDIEEntry(NDie, dwarf::DW_AT_containing_type, dwarf::DW_FORM_ref4, NDie
   }
 
   // Standard sections final addresses.