mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-17 23:44:43 +00:00
Pseudos default to 4byte size, let the instruction size field notice
that branch tables are special. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b04713423
commit
9d89311df8
@ -1455,7 +1455,9 @@ let isBranch = 1, isTerminator = 1 in {
|
||||
(ins GPR:$target, GPR:$idx, jtblock_operand:$jt, i32imm:$id),
|
||||
IIC_Br,
|
||||
[(ARMbrjt (add GPR:$target, GPR:$idx), tjumptable:$jt,
|
||||
imm:$id)]>;
|
||||
imm:$id)]> {
|
||||
let SZ = SizeSpecial;
|
||||
}
|
||||
} // isNotDuplicable = 1, isIndirectBranch = 1
|
||||
} // isBarrier = 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user