From 0b6afa8c71f3ee32d42390c0c46c28ff31aa6325 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 24 Jul 2009 20:47:38 +0000 Subject: [PATCH] Uh. It would be useful to actually print the operand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77004 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMInstrThumb2.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index 548c793819b..bb36a33e1a1 100644 --- a/lib/Target/ARM/ARMInstrThumb2.td +++ b/lib/Target/ARM/ARMInstrThumb2.td @@ -443,7 +443,7 @@ multiclass T2I_bin_rrot { let isNotDuplicable = 1 in def t2PICADD : T2XI<(outs GPR:$dst), (ins GPR:$lhs, pclabel:$cp), - "$cp:\n\tadd $dst, pc", + "$cp:\n\tadd $dst, $lhs, pc", [(set GPR:$dst, (ARMpic_add GPR:$lhs, imm:$cp))]>; -- 2.34.1