summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/byval.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-16 13:52:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-16 13:52:20 +0000
commit4491aa49b3528981643facb4872f2a2ba6c5745e (patch)
treea7496b7be7ecccff909d355dafe79c5c2a550d4d /test/CodeGen/X86/byval.ll
parent67bf77e8fdcb01f9ad74f876cbabf8a966e25b8c (diff)
downloadllvm-4491aa49b3528981643facb4872f2a2ba6c5745e.tar.gz
llvm-4491aa49b3528981643facb4872f2a2ba6c5745e.tar.bz2
llvm-4491aa49b3528981643facb4872f2a2ba6c5745e.tar.xz
test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127731 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/byval.ll')
-rw-r--r--test/CodeGen/X86/byval.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/byval.ll b/test/CodeGen/X86/byval.ll
index ac0bc094e5..185eda1566 100644
--- a/test/CodeGen/X86/byval.ll
+++ b/test/CodeGen/X86/byval.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=x86-64 | FileCheck -check-prefix=X86-64 %s
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck -check-prefix=X86-64 %s
+; Win64 has not supported byval yet.
; RUN: llc < %s -march=x86 | FileCheck -check-prefix=X86 %s
; X86: movl 4(%esp), %eax