Print tab before operand of jcc

llvm-svn: 86468
This commit is contained in:
Anton Korobeynikov 2009-11-08 15:32:11 +00:00
parent 4ca8d3a6a6
commit fd9a893cab
1 changed files with 1 additions and 1 deletions

View 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