Change the x86 assembly output to use tab characters to separate the
authorDan Gohman <gohman@apple.com>
Tue, 31 Jul 2007 20:11:57 +0000 (20:11 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 31 Jul 2007 20:11:57 +0000 (20:11 +0000)
commitb1576f56c8e8ec7afb49e4af77f7f5871f1b52ec
tree22bcd7da9dc551dc638333affd1ff87a716fab1e
parentdf464195fe049d5ea921e2e37f4f833c2ea4e3ec
Change the x86 assembly output to use tab characters to separate the
mnemonics from their operands instead of single spaces. This makes the
assembly output a little more consistent with various other compilers
(f.e. GCC), and slightly easier to read. Also, update the regression
tests accordingly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40648 91177308-0d34-0410-b5e6-96231b3b80d8
35 files changed:
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrX86-64.td
test/CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll
test/CodeGen/Generic/phi-immediate-factoring.ll
test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
test/CodeGen/X86/2006-11-12-CSRetCC.ll
test/CodeGen/X86/2006-11-17-IllegalMove.ll
test/CodeGen/X86/2006-11-28-Memcpy.ll
test/CodeGen/X86/2007-01-08-InstrSched.ll
test/CodeGen/X86/2007-02-04-OrAddrMode.ll
test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
test/CodeGen/X86/2007-07-18-Vector-Extract.ll
test/CodeGen/X86/commute-two-addr.ll
test/CodeGen/X86/epilogue.ll
test/CodeGen/X86/fast-cc-callee-pops.ll
test/CodeGen/X86/fast-cc-merge-stack-adj.ll
test/CodeGen/X86/fast-cc-pass-in-regs.ll
test/CodeGen/X86/i128-ret.ll
test/CodeGen/X86/illegal-vector-args-return.ll
test/CodeGen/X86/isel-sink.ll
test/CodeGen/X86/lea-2.ll
test/CodeGen/X86/lea-3.ll
test/CodeGen/X86/mingw-alloca.ll
test/CodeGen/X86/peep-vector-extract-concat.ll
test/CodeGen/X86/peep-vector-extract-insert.ll
test/CodeGen/X86/shift-codegen.ll
test/CodeGen/X86/shl_elim.ll
test/CodeGen/X86/store_op_load_fold2.ll
test/CodeGen/X86/tls1.ll
test/CodeGen/X86/tls2.ll
test/CodeGen/X86/x86-64-arg.ll
test/Transforms/TailDup/if-tail-dup.ll