Don't pull vector sext through both hands of a logical operation, since doing so...
[oota-llvm.git] / test / CodeGen / X86 / illegal-asm.ll
index 03cc507f23f21f4754f1d864b5757af6fc9b8f72..43128dcf010b691d2296f50fffb81ef94ac18356 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -disable-fp-elim
-; RUN: llvm-as < %s | llc -mtriple=i386-linux        -disable-fp-elim
+; RUN: llc < %s -mtriple=i386-apple-darwin -disable-fp-elim
+; RUN: llc < %s -mtriple=i386-linux        -disable-fp-elim
 ; XFAIL: *
 ; Expected to run out of registers during allocation.
 ; PR3864