Revert 93158. It's breaking quite a few x86_64 tests.
[oota-llvm.git] / test / CodeGen / X86 / shift-codegen.ll
index 0b40d942d0f41cf97fc5955a9d7679b37df8e067..4cba1834bf6c26a42297f2dc5dc280f338fa13ad 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: llc < %s -relocation-model=static -march=x86 | \
+; RUN:   grep {shll    \$3} | count 2
 
 ; This should produce two shll instructions, not any lea's.