Optimize DAGCombiner's worklist processing. Previously it started
[oota-llvm.git] / test / CodeGen / X86 / shift-codegen.ll
index 83235c0ff55986cd22e18559ad92aa05c31d20e7..deb4ed1f309b86ef09aca38478745b5ba4031c06 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -relocation-model=static -march=x86 | \
-; RUN:   grep {shll \$3} | wc -l | grep 2
+; RUN:   grep {shll    \$3} | count 2
 
 ; This should produce two shll instructions, not any lea's.