Make TranslateX86CC return COND_INVALID instead of aborting when it
[oota-llvm.git] / test / CodeGen / X86 / inline-asm-fpstack3.ll
index ac89a1d9ad51aca9fff50cb6aa92eb1d93fde267..17945fe4149e82d24c0aa71291de5633c682477b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llc < %s -march=x86 > %t
 ; RUN: grep {fld       %%st(0)} %t
 ; PR4459