Print tab before operand of jcc
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 8 Nov 2009 15:32:11 +0000 (15:32 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 8 Nov 2009 15:32:11 +0000 (15:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86468 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/MSP430InstrInfo.td

index aab02983396db8ab568dcf0664a629808c60baa4..8f3e8b05f6f5f33e50ae6be3610ec5c4b6ed431d 100644 (file)
@@ -142,7 +142,7 @@ let isBarrier = 1 in
 // Conditional branches
 let Uses = [SRW] in
   def JCC : Pseudo<(outs), (ins brtarget:$dst, cc:$cc),
-                            "j$cc $dst",
+                            "j$cc\t$dst",
                             [(MSP430brcc bb:$dst, imm:$cc)]>;
 } // isBranch, isTerminator