Renamed "tCMNZ" to "tCMNz" to be consistent with other similar namings.

llvm-svn: 91571
This commit is contained in:
Johnny Chen 2009-12-16 23:36:52 +00:00
parent 01cbe441b3
commit 7f30b64dce
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ def tCMN : T1pI<(outs), (ins tGPR:$lhs, tGPR:$rhs), IIC_iCMPr,
"cmn", "\t$lhs, $rhs",
[(ARMcmp tGPR:$lhs, (ineg tGPR:$rhs))]>,
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",
[(ARMcmpZ tGPR:$lhs, (ineg tGPR:$rhs))]>,
T1DataProcessing<0b1011>;