va_args support for Win64.
[oota-llvm.git] / test / CodeGen / X86 / byval.ll
index a75214a6b084b9b85ef28634c1defc65c807d377..af36e1bb8cb4c2afcc2e883b93c3f7434dd6fbe3 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {movq   8(%rsp), %rax}
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llc < %s -march=x86-64 | grep {movq     8(%rsp), %rax}
+; RUN: llc < %s -march=x86 > %t
 ; RUN: grep {movl      8(%esp), %edx} %t
 ; RUN: grep {movl      4(%esp), %eax} %t