Convert tests using "| wc -l | grep ..." to use the count script.
[oota-llvm.git] / test / Transforms / InstCombine / and-compare.ll
index 5980631c69fe1e97a161521cf771b33a18264b0c..8969f98fc187f5dee774ac3691486489b546b2e1 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
-; RUN:    grep and | wc -l | grep 1
+; RUN:    grep and | count 1
 
 ; Should be optimized to one and.
 bool %test1(uint %a, uint %b) {