summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/str_trunc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/str_trunc.ll')
-rw-r--r--llvm/test/CodeGen/ARM/str_trunc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/str_trunc.ll b/llvm/test/CodeGen/ARM/str_trunc.ll
index 5a1b961194c..391e774ac85 100644
--- a/llvm/test/CodeGen/ARM/str_trunc.ll
+++ b/llvm/test/CodeGen/ARM/str_trunc.ll
@@ -1,7 +1,7 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep strb | wc -l | grep 1
+; RUN: grep strb | count 1
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep strh | wc -l | grep 1
+; RUN: grep strh | count 1
void %test1(int %v, short* %ptr) {
%tmp = cast int %v to short
OpenPOWER on IntegriCloud