summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/thumb2-add6.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-add6.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-add6.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-add6.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-add6.ll b/llvm/test/CodeGen/Thumb2/thumb2-add6.ll
index 7e6b88ec548..9dd3efcacd5 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-add6.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-add6.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {adds\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\]} | Count 1
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {adds\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\]} | count 1
define i64 @f1(i64 %a, i64 %b) {
%tmp = add i64 %a, %b
OpenPOWER on IntegriCloud