diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-01 22:40:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-01 22:40:22 +0000 |
commit | b2bbb61f33983d82483b19f6c0481da90d38ed7a (patch) | |
tree | 1a7a74b8aea8d49975014bec50843a4129f5b25f /llvm/lib/Target/TargetAsmInfo.cpp | |
parent | b4b1012d2910775bec919f7c8bf5b6f3db39fc51 (diff) | |
download | bcm5719-llvm-b2bbb61f33983d82483b19f6c0481da90d38ed7a.tar.gz bcm5719-llvm-b2bbb61f33983d82483b19f6c0481da90d38ed7a.zip |
REmove dead fields of TAI.
llvm-svn: 77820
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/TargetAsmInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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"; |