When checking for sret-demotion, it needs to use legal types. When using the return...
[oota-llvm.git] / test / CodeGen / X86 / inline-asm-fpstack2.ll
index 968561826b5c85d1e0365a13aea1e1076f5fb86c..ffa6ee6e019ef2f0eefa6856b9c0a95d44141dde 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
 ; PR4185