Convert tests using "| wc -l | grep ..." to use the count script.
[oota-llvm.git] / test / CodeGen / PowerPC / 2007-02-23-lr-saved-twice.ll
index 3a7d393db89253ad4f91ab82c679a9b62c430be2..3eef9c551b75f6ae0a7dee97e4e2202685b42747 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep mflr | wc -l | grep 1
+; RUN: llvm-as < %s | llc | grep mflr | count 1
 
 target datalayout = "e-p:32:32"
 target triple = "powerpc-apple-darwin8"