R600/SI: Fix extra whitespace in asm str
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 3 Aug 2014 05:27:14 +0000 (05:27 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 3 Aug 2014 05:27:14 +0000 (05:27 +0000)
commit9215b17eb77d233205f2babe49a800da8e9724c4
tree77ff2357ffbe37fcb21f6c7ef363459eecff1f7a
parenta63b2579c6dabb7edae3ad38a4789659c962a7bf
R600/SI: Fix extra whitespace in asm str

This slipped in in r214467, so something like

V_MOV_B32_e32  v0, ... is now printed with 2 spaces
between the instruction name and first operand.

llvm-svn: 214660
llvm/lib/Target/R600/SIInstrInfo.td
llvm/test/CodeGen/R600/operand-spacing.ll [new file with mode: 0644]