summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/thumb2-cmp2.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-26 18:35:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-26 18:35:07 +0000
commita720af1370deea007e5de644ac7a89c694ffe040 (patch)
treef95456ce984c14d5353c61db0221867ea70d5b15 /llvm/test/CodeGen/Thumb2/thumb2-cmp2.ll
parent2872df839dc930c25052bcdaeac896b6c8291d9f (diff)
downloadbcm5719-llvm-a720af1370deea007e5de644ac7a89c694ffe040.tar.gz
bcm5719-llvm-a720af1370deea007e5de644ac7a89c694ffe040.zip
More spelling Count as count.
llvm-svn: 74306
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-cmp2.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-cmp2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-cmp2.ll b/llvm/test/CodeGen/Thumb2/thumb2-cmp2.ll
index c1d90b9487a..8c60b463d7b 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-cmp2.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-cmp2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {cmp\\W*r\[0-9\],\\W*r\[0-9\]} | Count 2
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {cmp\\W*r\[0-9\],\\W*r\[0-9\]} | count 2
define i1 @f1(i32 %a, i32 %b) {
%tmp = icmp ne i32 %a, %b
OpenPOWER on IntegriCloud