mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Print tab before operand of jcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
52f28e9b63
commit
764cfaabd2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user