diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-07-24 20:47:38 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-07-24 20:47:38 +0000 |
| commit | c64ce30c675f77ebb00d559e2f20a9d678966c4f (patch) | |
| tree | 82fb33977e067ece524574b76955024c4b3cd2bd | |
| parent | a6ef8f0813d55266dea52b49f13d0a250b5dad7d (diff) | |
| download | bcm5719-llvm-c64ce30c675f77ebb00d559e2f20a9d678966c4f.tar.gz bcm5719-llvm-c64ce30c675f77ebb00d559e2f20a9d678966c4f.zip | |
Uh. It would be useful to actually print the operand.
llvm-svn: 77004
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrThumb2.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td index 548c793819b..bb36a33e1a1 100644 --- a/llvm/lib/Target/ARM/ARMInstrThumb2.td +++ b/llvm/lib/Target/ARM/ARMInstrThumb2.td @@ -443,7 +443,7 @@ multiclass T2I_bin_rrot<string opc, PatFrag opnode> { 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))]>; |

