mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
BR_JTadd is ARM-only, so use the proper pseudo class to get the predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12203cc7c3
commit
0eb49c57f0
@ -1454,7 +1454,7 @@ let isBranch = 1, isTerminator = 1 in {
|
||||
let Inst{24} = 1; // P bit
|
||||
let Inst{27-25} = 0b011;
|
||||
}
|
||||
def BR_JTadd : PseudoInst<(outs),
|
||||
def BR_JTadd : ARMPseudoInst<(outs),
|
||||
(ins GPR:$target, GPR:$idx, jtblock_operand:$jt, i32imm:$id),
|
||||
IIC_Br,
|
||||
[(ARMbrjt (add GPR:$target, GPR:$idx), tjumptable:$jt,
|
||||
|
Loading…
Reference in New Issue
Block a user