projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66cba30
)
ARM fix silly typo in optional operand alias.
author
Jim Grosbach
<grosbach@apple.com>
Fri, 16 Mar 2012 22:18:29 +0000
(22:18 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 16 Mar 2012 22:18:29 +0000
(22:18 +0000)
rdar://
11065671
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152954
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrThumb2.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrThumb2.td
b/lib/Target/ARM/ARMInstrThumb2.td
index b0cc397f5cc7d1563827fbe1b0013029e14f86a9..5427c7fc987d6fd4ee65b5deb0ecf07a3294c6ce 100644
(file)
--- a/
lib/Target/ARM/ARMInstrThumb2.td
+++ b/
lib/Target/ARM/ARMInstrThumb2.td
@@
-574,7
+574,7
@@
multiclass T2I_bin_w_irs<bits<4> opcod, string opc,
cc_out:$s)>;
// and with the optional destination operand, too.
- def : t2InstAlias<!strconcat(opc, "${s}${p}.
ri
", " $Rdn, $imm"),
+ def : t2InstAlias<!strconcat(opc, "${s}${p}.
w
", " $Rdn, $imm"),
(!cast<Instruction>(!strconcat(baseOpc, "ri")) rGPR:$Rdn, rGPR:$Rdn,
t2_so_imm:$imm, pred:$p,
cc_out:$s)>;