Renamed "tCMNZ" to "tCMNz" to be consistent with other similar namings.
llvm-svn: 91571
This commit is contained in:
parent
01cbe441b3
commit
7f30b64dce
|
|
@ -515,7 +515,7 @@ def tCMN : T1pI<(outs), (ins tGPR:$lhs, tGPR:$rhs), IIC_iCMPr,
|
||||||
"cmn", "\t$lhs, $rhs",
|
"cmn", "\t$lhs, $rhs",
|
||||||
[(ARMcmp tGPR:$lhs, (ineg tGPR:$rhs))]>,
|
[(ARMcmp tGPR:$lhs, (ineg tGPR:$rhs))]>,
|
||||||
T1DataProcessing<0b1011>;
|
T1DataProcessing<0b1011>;
|
||||||
def tCMNZ : T1pI<(outs), (ins tGPR:$lhs, tGPR:$rhs), IIC_iCMPr,
|
def tCMNz : T1pI<(outs), (ins tGPR:$lhs, tGPR:$rhs), IIC_iCMPr,
|
||||||
"cmn", "\t$lhs, $rhs",
|
"cmn", "\t$lhs, $rhs",
|
||||||
[(ARMcmpZ tGPR:$lhs, (ineg tGPR:$rhs))]>,
|
[(ARMcmpZ tGPR:$lhs, (ineg tGPR:$rhs))]>,
|
||||||
T1DataProcessing<0b1011>;
|
T1DataProcessing<0b1011>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue