From b2bbb61f33983d82483b19f6c0481da90d38ed7a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 1 Aug 2009 22:40:22 +0000 Subject: REmove dead fields of TAI. llvm-svn: 77820 --- llvm/lib/Target/TargetAsmInfo.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/Target/TargetAsmInfo.cpp') diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp index 4c6100ba882..1fb65632959 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/lib/Target/TargetAsmInfo.cpp @@ -29,7 +29,6 @@ using namespace llvm; TargetAsmInfo::TargetAsmInfo(const TargetMachine &tm) : TM(tm) { - BSSSection = "\t.bss"; ZeroFillDirective = 0; NonexecutableStackDirective = 0; NeedsSet = false; @@ -70,10 +69,8 @@ TargetAsmInfo::TargetAsmInfo(const TargetMachine &tm) : TM(tm) { TextSectionStartSuffix = ""; DataSectionStartSuffix = ""; SectionEndDirectiveSuffix = 0; - ConstantPoolSection = "\t.section .rodata"; JumpTableDataSection = "\t.section .rodata"; JumpTableDirective = 0; - CStringSection = 0; // FIXME: Flags are ELFish - replace with normal section stuff. StaticCtorsSection = "\t.section .ctors,\"aw\",@progbits"; StaticDtorsSection = "\t.section .dtors,\"aw\",@progbits"; -- cgit v1.2.3