From: Anton Korobeynikov Date: Sun, 8 Nov 2009 15:32:11 +0000 (+0000) Subject: Print tab before operand of jcc X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=764cfaabd2cf95385a64cc67440d9d7b3cd79028;p=oota-llvm.git Print tab before operand of jcc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86468 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/MSP430/MSP430InstrInfo.td b/lib/Target/MSP430/MSP430InstrInfo.td index aab02983396..8f3e8b05f6f 100644 --- a/lib/Target/MSP430/MSP430InstrInfo.td +++ b/lib/Target/MSP430/MSP430InstrInfo.td @@ -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