Re-enable extension optimization pass.
[oota-llvm.git] / test / CodeGen / X86 / vec_return.ll
index 106966fd52128f08439026b89abf9dcd231ec0c9..66762b4a0604ead13e725c668d86f4d60a56b197 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 > %t
+; RUN: llc < %s -march=x86 -mattr=+sse2 > %t
 ; RUN: grep xorps %t | count 1
 ; RUN: grep movaps %t | count 1
 ; RUN: not grep shuf %t