aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-21 01:26:01 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-21 01:26:01 +0000
commit0eb49c57f0163d590567bb6ac13e4bd307bfd1d7 (patch)
tree2f9d178361f8d8fb2aaf5715eb63cfd55cc60df7 /lib
parent12203cc7c3f7392d62556946a10b2f10205ea63d (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index c1ac9c56c3..4a142c631c 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/lib/Target/ARM/ARMInstrInfo.td
@@ -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,