summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/str_post.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/str_post.ll')
-rw-r--r--test/CodeGen/ARM/str_post.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/str_post.ll b/test/CodeGen/ARM/str_post.ll
index a388f54d67..1dc4155c64 100644
--- a/test/CodeGen/ARM/str_post.ll
+++ b/test/CodeGen/ARM/str_post.ll
@@ -1,7 +1,7 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep {strh .*\\\[.*\], #-4} | wc -l | grep 1
+; RUN: grep {strh .*\\\[.*\], #-4} | count 1
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep {str .*\\\[.*\],} | wc -l | grep 1
+; RUN: grep {str .*\\\[.*\],} | count 1
short %test1(int *%X, short *%A) {
%Y = load int* %X