On 64-bit targets like ppc64, we should use .quad to output pointer directives,
authorChris Lattner <sabre@nondot.org>
Sat, 15 Jul 2006 01:34:12 +0000 (01:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Jul 2006 01:34:12 +0000 (01:34 +0000)
commit0c4e6789da4dba6c7b0010886776b24dec3f3bb8
treeb3fb289c7d39722cf66421b87ae4dc4433f52297
parentba4733d901b1c2b994f66707657342b8c81c92bc
On 64-bit targets like ppc64, we should use .quad to output pointer directives,
not .long.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter.cpp