forked from OSchip/llvm-project
ARM fix silly typo in optional operand alias.
rdar://11065671 llvm-svn: 152954
This commit is contained in:
parent
74a908bb85
commit
c40b0f72bb
|
@ -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)>;
|
||||
|
|
Loading…
Reference in New Issue