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:
Eric Christopher 2010-11-21 23:38:19 +00:00
parent 4b04713423
commit 9d89311df8

View File

@ -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