Turn on post-alloc scheduling for x86.
[oota-llvm.git] / test / CodeGen / X86 / vec_shuffle-6.ll
index a98167febf92442927c2e3a7219c8019d848e8a1..f034b0aa7102aa30a082e210b05a3ea21e111997 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
+; RUN: llc < %s -march=x86 -mattr=+sse2 -o %t
 ; RUN: grep movapd %t | count 1
 ; RUN: grep movaps %t | count 1
 ; RUN: grep movups %t | count 2