summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-26 01:33:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-26 01:33:02 +0000
commit12cccf10a7feb33629cf6af4bcc0e1ad77f66a1e (patch)
treefa1aaac0838a5e2ffd865d55703d7c650f69a9f9 /test
parent1c7a848e5488c5b29cc80ccc07df006c5b524955 (diff)
downloadllvm-12cccf10a7feb33629cf6af4bcc0e1ad77f66a1e.tar.gz
llvm-12cccf10a7feb33629cf6af4bcc0e1ad77f66a1e.tar.bz2
llvm-12cccf10a7feb33629cf6af4bcc0e1ad77f66a1e.tar.xz
Fix spelling of 'count'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Thumb2/thumb2-mvn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-mvn.ll b/test/CodeGen/Thumb2/thumb2-mvn.ll
index 967e03fc41..95694d6791 100644
--- a/test/CodeGen/Thumb2/thumb2-mvn.ll
+++ b/test/CodeGen/Thumb2/thumb2-mvn.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep {mvn\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#187\\|#11141290\\|#3422604288\\|#1114112} | Count 4
+; RUN: llvm-as < %s | llc | grep {mvn\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#187\\|#11141290\\|#3422604288\\|#1114112} | count 4
target triple = "thumbv7-apple-darwin"