Delete out of date comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2010-04-08 15:41:13 +00:00
parent 6122a4d1c0
commit 6669b81203

View File

@ -1933,8 +1933,6 @@ void DwarfDebug::endModule() {
DIE *NDie = ModuleCU->getDIE(N); DIE *NDie = ModuleCU->getDIE(N);
if (!NDie) continue; if (!NDie) continue;
addDIEEntry(SPDie, dwarf::DW_AT_containing_type, dwarf::DW_FORM_ref4, NDie); 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. // Standard sections final addresses.