Convert tests using "grep -c ... | grep ..." to use the count script.

llvm-svn: 41100
diff --git a/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll b/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
index f891599..16d7a16 100644
--- a/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
+++ b/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep -c je | grep 3
+; RUN: llvm-as < %s | llc -march=x86 | grep je | count 3
 ; RUN: llvm-as < %s | llc -march=x86-64 | grep 4297064449
 ; PR 1325+