diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:18:54 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:18:54 +0000 |
| commit | 5906234c1d9134357ead91d7da8246acf24167d4 (patch) | |
| tree | c78e571bd23d185bdfe84b0bc18e61b94d2d5561 /llvm/lib/Target/PowerPC | |
| parent | 123afb88c4b877d2913d93b06736d35b56e11d2e (diff) | |
| download | bcm5719-llvm-5906234c1d9134357ead91d7da8246acf24167d4.tar.gz bcm5719-llvm-5906234c1d9134357ead91d7da8246acf24167d4.zip | |
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
llvm-svn: 56580
Diffstat (limited to 'llvm/lib/Target/PowerPC')
| -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 fc98e57c82a..89800247589 100644 --- a/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp @@ -43,8 +43,6 @@ PPCDarwinTargetAsmInfo::PPCDarwinTargetAsmInfo(const PPCTargetMachine &TM): ConstantPoolSection = "\t.const\t"; JumpTableDataSection = ".const"; CStringSection = "\t.cstring"; - FourByteConstantSection = "\t.literal4\n"; - EightByteConstantSection = "\t.literal8\n"; ReadOnlySection = "\t.const\n"; if (TM.getRelocationModel() == Reloc::Static) { StaticCtorsSection = ".constructor"; @@ -140,9 +138,6 @@ PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) : DwarfMacInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits"; ReadOnlySection = "\t.section\t.rodata"; - FourByteConstantSection = "\t.section\t.rodata.cst4,\"aM\",@progbits,4"; - EightByteConstantSection = "\t.section\t.rodata.cst8,\"aM\",@progbits,8"; - SixteenByteConstantSection = "\t.section\t.rodata.cst16,\"aM\",@progbits,16"; PCSymbol = "."; // Set up DWARF directives |

