summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/str_pre.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/str_pre.ll')
-rw-r--r--llvm/test/CodeGen/ARM/str_pre.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/str_pre.ll b/llvm/test/CodeGen/ARM/str_pre.ll
index 69f9928df56..c948f69af35 100644
--- a/llvm/test/CodeGen/ARM/str_pre.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud