diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-27 15:44:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-27 15:44:04 +0000 |
commit | 469ae8ac54a25971f8f81506a016120eea393c5a (patch) | |
tree | 24a7902cbd17a8bd7f386dc7b040230ac3c90a55 /llvm/lib/Target/X86 | |
parent | 72fb384a65d836c810a7889344c8a0c8854d9d16 (diff) | |
download | bcm5719-llvm-469ae8ac54a25971f8f81506a016120eea393c5a.tar.gz bcm5719-llvm-469ae8ac54a25971f8f81506a016120eea393c5a.zip |
32-bit darwin targets support .literal16 too.
llvm-svn: 77191
Diffstat (limited to 'llvm/lib/Target/X86')
-rw-r--r-- | llvm/lib/Target/X86/X86TargetAsmInfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp index c2ac9f2ff4c..06f5a0b986e 100644 --- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp @@ -55,10 +55,6 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM): ConstantPoolSection = "\t.const_data"; else ConstantPoolSection = "\t.const\n"; - // FIXME: Why don't we always use this section? - if (is64Bit) - SixteenByteConstantSection = - getOrCreateSection("\t.literal16\n", true, SectionKind::MergeableConst16); LCOMMDirective = "\t.lcomm\t"; // Leopard and above support aligned common symbols. |