mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Tidy up a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30b8b970e3
commit
bc80e94865
@ -3130,12 +3130,10 @@ def t2BR_JT : t2PseudoInst<(outs),
|
||||
|
||||
// FIXME: Add a non-pc based case that can be predicated.
|
||||
def t2TBB_JT : t2PseudoInst<(outs),
|
||||
(ins GPR:$index, i32imm:$jt, i32imm:$id),
|
||||
0, IIC_Br, []>;
|
||||
(ins GPR:$index, i32imm:$jt, i32imm:$id), 0, IIC_Br, []>;
|
||||
|
||||
def t2TBH_JT : t2PseudoInst<(outs),
|
||||
(ins GPR:$index, i32imm:$jt, i32imm:$id),
|
||||
0, IIC_Br, []>;
|
||||
(ins GPR:$index, i32imm:$jt, i32imm:$id), 0, IIC_Br, []>;
|
||||
|
||||
def t2TBB : T2I<(outs), (ins GPR:$Rn, GPR:$Rm), IIC_Br,
|
||||
"tbb", "\t[$Rn, $Rm]", []> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user