ARM fix silly typo in optional operand alias.

rdar://11065671

llvm-svn: 152954
This commit is contained in:
Jim Grosbach 2012-03-16 22:18:29 +00:00
parent 74a908bb85
commit c40b0f72bb
1 changed files with 1 additions and 1 deletions

View 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)>;