va_args support for Win64.
[oota-llvm.git] / test / CodeGen / X86 / fastcc-sret.ll
index 7fc111bbc299793c35adec757ff75f8c3ecf08da..d45741884c7db0e8bccc165cc9cd7bbe97650ad4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -tailcallopt=false | grep ret | not grep 4
+; RUN: llc < %s -march=x86 -tailcallopt=false | grep ret | not grep 4
 
        %struct.foo = type { [4 x i32] }