summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ldm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ldm.ll')
-rw-r--r--test/CodeGen/ARM/ldm.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/ldm.ll b/test/CodeGen/ARM/ldm.ll
index b69e04ddf0..46917252e8 100644
--- a/test/CodeGen/ARM/ldm.ll
+++ b/test/CodeGen/ARM/ldm.ll
@@ -1,9 +1,9 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep ldmia | wc -l | grep 2
+; RUN: grep ldmia | count 2
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
-; RUN: grep ldmib | wc -l | grep 1
+; RUN: grep ldmib | count 1
; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin | \
-; RUN: grep {ldmfd sp\!} | wc -l | grep 3
+; RUN: grep {ldmfd sp\!} | count 3
%X = external global [0 x int]