Naturally align doubles in the constant pool, set PrivateGlobalPrefix on
authorChris Lattner <sabre@nondot.org>
Mon, 21 Nov 2005 06:46:22 +0000 (06:46 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Nov 2005 06:46:22 +0000 (06:46 +0000)
commitc41cc83117bbc8fe3951a1b5f14a484fabb8ab63
treecd762214fec9a721d17c4be29fb27de2d0b1291d
parentadb0a068c602b17f9d6602d08f561feea952c139
Naturally align doubles in the constant pool, set PrivateGlobalPrefix on
darwin, use it when printing the constant pool indices so the labels are
appropriately private, emit cp entries to .const instead of .data on darwin
and only emit a single .section for the constant pool, not one for each
entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24440 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ATTAsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86IntelAsmPrinter.cpp