Fix some comment typos.
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb.td
index 0fecfa1319d351b87ff651ce16f70617f92f7e05..40414da3ca81b2f2acbf896a823a354910a31c3c 100644 (file)
@@ -526,6 +526,7 @@ 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];
   }
 }