summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ldr_post.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ldr_post.ll')
-rw-r--r--test/CodeGen/ARM/ldr_post.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ldr_post.ll b/test/CodeGen/ARM/ldr_post.ll
index 78b31352ba..a1b31ec464 100644
--- a/test/CodeGen/ARM/ldr_post.ll
+++ b/test/CodeGen/ARM/ldr_post.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep {ldr.*\\\[.*\],} | wc -l | grep 1
+; RUN: grep {ldr.*\\\[.*\],} | count 1
int %test(int %a, int %b, int %c) {
%tmp1 = mul int %a, %b