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