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)
commitfc65cf649c1ae6a162ac2dd6defe5a0bf0eafe8f
tree50e657eb5a2ae5a0f452aac83f1ad964659106da
parent3d5463d81f1278bc75b273d17ec84ec8438be1a1
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstrInfo.td
test/CodeGen/R600/operand-spacing.ll [new file with mode: 0644]