ARM fix silly typo in optional operand alias.
authorJim Grosbach <grosbach@apple.com>
Fri, 16 Mar 2012 22:18:29 +0000 (22:18 +0000)
committerJim 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

index b0cc397f5cc7d1563827fbe1b0013029e14f86a9..5427c7fc987d6fd4ee65b5deb0ecf07a3294c6ce 100644 (file)
@@ -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)>;