aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/str_pre.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/str_pre.ll')
-rw-r--r--test/CodeGen/ARM/str_pre.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/str_pre.ll b/test/CodeGen/ARM/str_pre.ll
index 69f9928..c948f69 100644
--- a/test/CodeGen/ARM/str_pre.ll
+++ b/test/CodeGen/ARM/str_pre.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep {str.*\\!} | wc -l | grep 2
+; RUN: grep {str.*\\!} | count 2
void %test1(int *%X, int *%A, int **%dest) {
%B = load int* %A