summaryrefslogtreecommitdiffstats
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
commitd8d583f7667f01bee96eaeafe79f03b537ac2f9b (patch)
tree97c354071f95a93f5960fa71edd4e1b1a578bf4e
parentac9ef21f02945fd1734ca6aa6b0578ad0ff9efe4 (diff)
downloadbcm5719-llvm-d8d583f7667f01bee96eaeafe79f03b537ac2f9b.tar.gz
bcm5719-llvm-d8d583f7667f01bee96eaeafe79f03b537ac2f9b.zip
test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtriple=x86_64-linux. Passing packed value is not compatible on Win32 x64.
llvm-svn: 144068
-rw-r--r--llvm/test/CodeGen/X86/vec_shuffle-39.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-39.ll b/llvm/test/CodeGen/X86/vec_shuffle-39.ll
index 6c889b851be..f9c00eb0c89 100644
--- a/llvm/test/CodeGen/X86/vec_shuffle-39.ll
+++ b/llvm/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 {
OpenPOWER on IntegriCloud