summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-01-20 18:13:03 +0000
committerDevang Patel <dpatel@apple.com>2009-01-20 18:13:03 +0000
commit120e96224310de995270341b65aedbc114795bb9 (patch)
tree606cf41c0d0d05b538d08473cbd8af5e39d57020 /llvm/lib
parent489c5484d30d26b05c85d0e896c4ba07702ca6ec (diff)
downloadbcm5719-llvm-120e96224310de995270341b65aedbc114795bb9.tar.gz
bcm5719-llvm-120e96224310de995270341b65aedbc114795bb9.zip
Enable debug info for composite types.
llvm-svn: 62589
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
index 65659aecc83..d3d2ded88ff 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
@@ -1743,9 +1743,6 @@ private:
void ConstructTypeDIE(CompileUnit *DW_Unit, DIE &Buffer,
DICompositeType CTy) {
- /// FIXME - Enable this asap.
- return;
-
// Get core information.
const std::string &Name = CTy.getName();
uint64_t Size = CTy.getSizeInBits() >> 3;
@@ -1859,7 +1856,6 @@ private:
AddUInt(&Buffer, DW_AT_GNU_vector, DW_FORM_flag, 1);
DIArray Elements = CTy->getTypeArray();
- // FIXME - Enable this.
AddType(DW_Unit, &Buffer, CTy->getTypeDerivedFrom());
// Construct an anonymous type for index type.
OpenPOWER on IntegriCloud