Add encoding bits "let Inst{11-4} = 0b00000000;" to BR_JTr to disambiguate
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
index 4527a90b326288a8cc7d5b66b755ecdc7f161689..e14696a140da7e93cee0d9d008b0ccece85589fc 100644 (file)
@@ -786,6 +786,7 @@ let isBranch = 1, isTerminator = 1 in {
   def BR_JTr : JTI<(outs), (ins GPR:$target, jtblock_operand:$jt, i32imm:$id),
                     IIC_Br, "mov\tpc, $target \n$jt",
                     [(ARMbrjt GPR:$target, tjumptable:$jt, imm:$id)]> {
+    let Inst{11-4}  = 0b00000000;
     let Inst{15-12} = 0b1111;
     let Inst{20}    = 0; // S Bit
     let Inst{24-21} = 0b1101;