aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-26 07:05:57 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-26 07:05:57 +0000
commit6dc8a5c1a2c1ea8e3a0a934af71504a275a058f9 (patch)
treea4eaef25e13b5787d92f00e5ddb9f3affb3b74fc /test/CodeGen/Thumb2
parent521500b61ac1da4490e390166b9afd3f9a58e8bc (diff)
downloadexternal_llvm-6dc8a5c1a2c1ea8e3a0a934af71504a275a058f9.zip
external_llvm-6dc8a5c1a2c1ea8e3a0a934af71504a275a058f9.tar.gz
external_llvm-6dc8a5c1a2c1ea8e3a0a934af71504a275a058f9.tar.bz2
Fix tests: Count -> count.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2')
-rw-r--r--test/CodeGen/Thumb2/thumb2-orn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-orn.ll b/test/CodeGen/Thumb2/thumb2-orn.ll
index 2918585..9cae8d3 100644
--- a/test/CodeGen/Thumb2/thumb2-orn.ll
+++ b/test/CodeGen/Thumb2/thumb2-orn.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {bic\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*r\[0-9\]*} | Count 2
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {bic\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*r\[0-9\]*} | count 2
define i32 @f1(i32 %a, i32 %b) {
%tmp = xor i32 %b, 4294967295