diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-26 01:33:02 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-26 01:33:02 +0000 |
commit | 12cccf10a7feb33629cf6af4bcc0e1ad77f66a1e (patch) | |
tree | fa1aaac0838a5e2ffd865d55703d7c650f69a9f9 | |
parent | 1c7a848e5488c5b29cc80ccc07df006c5b524955 (diff) |
Fix spelling of 'count'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74249 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Thumb2/thumb2-mvn.ll | 2 |
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" |