summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2009-12-16 23:36:52 +0000
committerJohnny Chen <johnny.chen@apple.com>2009-12-16 23:36:52 +0000
commit7f30b64dceead8cb4777e46713a1ab50ad2499b5 (patch)
treec7cde4842a7b41714ef54f290d3643727522ee76 /llvm/lib
parent01cbe441b31f332d4f0678eb4dbd583cc17e946a (diff)
downloadbcm5719-llvm-7f30b64dceead8cb4777e46713a1ab50ad2499b5.tar.gz
bcm5719-llvm-7f30b64dceead8cb4777e46713a1ab50ad2499b5.zip
Renamed "tCMNZ" to "tCMNz" to be consistent with other similar namings.
llvm-svn: 91571
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb.td b/llvm/lib/Target/ARM/ARMInstrThumb.td
index dae3c22ee13..c92dd0e28ff 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb.td
@@ -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>;
OpenPOWER on IntegriCloud