Add Thumb2 pc relative add.
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb.td
index db52a3b9e6f5fb7c73624b5aeb4c83213d740a16..fd9ee2e88486b214a1bdedb335af4959ad2a5415 100644 (file)
@@ -128,7 +128,7 @@ PseudoInst<(outs), (ins i32imm:$amt),
 }
 
 let isNotDuplicable = 1 in
-def tPICADD : TIt<(outs tGPR:$dst), (ins tGPR:$lhs, pclabel:$cp),
+def tPICADD : T1It<(outs tGPR:$dst), (ins tGPR:$lhs, pclabel:$cp),
                   "$cp:\n\tadd $dst, pc",
                   [(set tGPR:$dst, (ARMpic_add tGPR:$lhs, imm:$cp))]>;