summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/byval.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/byval.ll')
-rw-r--r--test/CodeGen/X86/byval.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/byval.ll b/test/CodeGen/X86/byval.ll
index a75214a..af36e1b 100644
--- a/test/CodeGen/X86/byval.ll
+++ b/test/CodeGen/X86/byval.ll
@@ -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
OpenPOWER on IntegriCloud