Revert r237590, "ARM: allow jump tables to be placed as constant islands."
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb.td
index 40414da3ca81b2f2acbf896a823a354910a31c3c..0fecfa1319d351b87ff651ce16f70617f92f7e05 100644 (file)
@@ -526,7 +526,6 @@ let isBranch = 1, isTerminator = 1, isBarrier = 1 in {
                       0, IIC_Br,
                       [(ARMbrjt tGPR:$target, tjumptable:$jt)]>,
                       Sched<[WriteBrTbl]> {
-    let Size = 2;
     list<Predicate> Predicates = [IsThumb, IsThumb1Only];
   }
 }