diff options
author | Devang Patel <dpatel@apple.com> | 2010-04-08 15:41:13 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-04-08 15:41:13 +0000 |
commit | 6669b81203d3ce6cfa1d505019ee6d64ae9df02c (patch) | |
tree | 1b39bae297abf0549a2a1b6e6caa2dc68b63fc3c /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 6122a4d1c0c73c1d2d5754c50c68d1dc4ae6f70f (diff) |
Delete out of date comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index b1e190c3f5..ecc539791e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -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. |