[llvm-commits] [llvm] r119918 - /llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
Jim Grosbach
grosbach at apple.com
Sat Nov 20 17:26:01 PST 2010
Author: grosbach
Date: Sat Nov 20 19:26:01 2010
New Revision: 119918
URL: http://llvm.org/viewvc/llvm-project?rev=119918&view=rev
Log:
BR_JTadd is ARM-only, so use the proper pseudo class to get the predicate.
Modified:
llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
Modified: llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrInfo.td?rev=119918&r1=119917&r2=119918&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrInfo.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrInfo.td Sat Nov 20 19:26:01 2010
@@ -1454,7 +1454,7 @@
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,
More information about the llvm-commits
mailing list