projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ef8f0
)
Uh. It would be useful to actually print the operand.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 24 Jul 2009 20:47:38 +0000
(20:47 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 24 Jul 2009 20:47:38 +0000
(20:47 +0000)
llvm-svn: 77004
llvm/lib/Target/ARM/ARMInstrThumb2.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/ARM/ARMInstrThumb2.td
b/llvm/lib/Target/ARM/ARMInstrThumb2.td
index 548c793819b77e877ef9442630fd76ca93341210..bb36a33e1a10de2db2bf58ddbe592fe4070a51cb 100644
(file)
--- 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))]>;