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/PowerPC/PPCTargetAsmInfo.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/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index a117df90adc..bde8f90dbd2 100644 --- a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp @@ -23,7 +23,6 @@ PPCDarwinTargetAsmInfo::PPCDarwinTargetAsmInfo(const PPCTargetMachine &TM) : PPCTargetAsmInfo<DarwinTargetAsmInfo>(TM) { PCSymbol = "."; CommentString = ";"; - ConstantPoolSection = "\t.const\t"; UsedDirective = "\t.no_dead_strip\t"; SupportsExceptionHandling = true; @@ -46,14 +45,10 @@ PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) : CommentString = "#"; GlobalPrefix = ""; PrivateGlobalPrefix = ".L"; - ConstantPoolSection = "\t.section .rodata.cst4\t"; - JumpTableDataSection = ".section .rodata.cst4"; - CStringSection = ".rodata.str"; StaticCtorsSection = ".section\t.ctors,\"aw\",@progbits"; StaticDtorsSection = ".section\t.dtors,\"aw\",@progbits"; UsedDirective = "\t# .no_dead_strip\t"; WeakRefDirective = "\t.weak\t"; - BSSSection = "\t.section\t\".sbss\",\"aw\",@nobits"; // Debug Information AbsoluteDebugSectionOffsets = true; |