respect inline=never and inline=always notes.
[oota-llvm.git] / test / CodeGen / X86 / shift-codegen.ll
index 0b40d942d0f41cf97fc5955a9d7679b37df8e067..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.