Add support for emitting AT&T style .s files, and make it the default. Users
authorChris Lattner <sabre@nondot.org>
Mon, 4 Oct 2004 07:24:48 +0000 (07:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Oct 2004 07:24:48 +0000 (07:24 +0000)
commitac5701c5623f58cfd567b129404fa21fe3135a82
tree99167991658086210e40df65f21d13ab20bc4c9e
parent8f99eff156915c9b3307ebaf37f389eb4d0c703c
Add support for emitting AT&T style .s files, and make it the default.  Users
may now choose their output format with the -x86-asm-syntax={intel|att} flag.

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