summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ldr_pre.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ldr_pre.ll')
-rw-r--r--test/CodeGen/ARM/ldr_pre.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ldr_pre.ll b/test/CodeGen/ARM/ldr_pre.ll
index e9af1c90db..4bc1fcc6da 100644
--- a/test/CodeGen/ARM/ldr_pre.ll
+++ b/test/CodeGen/ARM/ldr_pre.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep {ldr.*\\!} | wc -l | grep 2
+; RUN: grep {ldr.*\\!} | count 2
int *%test1(int *%X, int *%dest) {
%Y = getelementptr int* %X, int 4