summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-11-08 03:46:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-11-08 03:46:39 +0000
commita422294ab149efc7af887da76379e10996f4b10a (patch)
tree28c3034879ec0b7e62c53dd8c558ea020c700b52 /test
parent916d6441e13ae0bc4d01dec744e526be512de020 (diff)
downloadllvm-a422294ab149efc7af887da76379e10996f4b10a.tar.gz
llvm-a422294ab149efc7af887da76379e10996f4b10a.tar.bz2
llvm-a422294ab149efc7af887da76379e10996f4b10a.tar.xz
test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtriple=x86_64-linux. Passing packed value is not compatible on Win32 x64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/vec_shuffle-39.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-39.ll b/test/CodeGen/X86/vec_shuffle-39.ll
index 6c889b851b..f9c00eb0c8 100644
--- a/test/CodeGen/X86/vec_shuffle-39.ll
+++ b/test/CodeGen/X86/vec_shuffle-39.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
; rdar://10050222, rdar://10134392
define <4 x float> @t1(<4 x float> %a, <1 x i64>* nocapture %p) nounwind {