summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-mov3.ll2
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-mov4.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll b/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll
index f8f06af4879..20007c2bb6f 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-mov3.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep {mov\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | Count 5
+; RUN: llvm-as < %s | llc | grep {mov\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#171\\|#1179666\\|#872428544\\|#1448498774\\|#66846720} | count 5
target triple = "thumbv7-apple-darwin"
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll b/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll
index e905b530f17..f1abb813a10 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-mov4.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | Count 1
+; RUN: llvm-as < %s | llc | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1
target triple = "thumbv7-apple-darwin"
OpenPOWER on IntegriCloud