mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120335 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b0e92ca5b
commit
fbf0cb18cb
@ -2927,8 +2927,7 @@ def t2B : T2XI<(outs), (ins brtarget:$target), IIC_Br,
|
||||
|
||||
let isNotDuplicable = 1, isIndirectBranch = 1,
|
||||
isCodeGenOnly = 1 in { // $id doesn't exist in asmstring, should be lowered.
|
||||
def t2BR_JT :
|
||||
tPseudoInst<(outs),
|
||||
def t2BR_JT : tPseudoInst<(outs),
|
||||
(ins GPR:$target, GPR:$index, i32imm:$jt, i32imm:$id),
|
||||
SizeSpecial, IIC_Br,// "mov\tpc, $target$jt",
|
||||
[(ARMbr2jt GPR:$target, GPR:$index, tjumptable:$jt, imm:$id)]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user