Renamed "tCMNZ" to "tCMNz" to be consistent with other similar namings.
authorJohnny Chen <johnny.chen@apple.com>
Wed, 16 Dec 2009 23:36:52 +0000 (23:36 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Wed, 16 Dec 2009 23:36:52 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91571 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb.td

index dae3c22ee138050cf419f7b0d2d91666ff80883e..c92dd0e28ff66e9e15cbff35850d4222ca9e8a57 100644 (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>;