summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-04-08 15:41:13 +0000
committerDevang Patel <dpatel@apple.com>2010-04-08 15:41:13 +0000
commitadfd4df12cd92d758e49b52335904da6d198fbf5 (patch)
treea78e96ffd351ccc48d10112ab60d815d1a416a64 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parentf1d5a1e994cdd08c2334c6671ae4e67e8e62e573 (diff)
downloadbcm5719-llvm-adfd4df12cd92d758e49b52335904da6d198fbf5.tar.gz
bcm5719-llvm-adfd4df12cd92d758e49b52335904da6d198fbf5.zip
Delete out of date comment.
llvm-svn: 100769
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index b1e190c3f51..ecc539791e1 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud