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