summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-09-12 15:10:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-09-12 15:10:56 +0000
commit9e424c0eb4349ab9126c3082e581a5331762c94f (patch)
tree4abb7d8e174adc4da756094588df4f4c43915a80 /llvm/test
parentf0de7e58f630081078d678f5fc31be595abe0573 (diff)
downloadbcm5719-llvm-9e424c0eb4349ab9126c3082e581a5331762c94f.tar.gz
bcm5719-llvm-9e424c0eb4349ab9126c3082e581a5331762c94f.zip
llvm/test/CodeGen/X86/vec_ctbits.ll: Add explicit -mtriple=x86_64-unknown. It was incompatible to Win32 x64.
llvm-svn: 217683
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/vec_ctbits.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_ctbits.ll b/llvm/test/CodeGen/X86/vec_ctbits.ll
index 0aa72b12434..318aca1d54c 100644
--- a/llvm/test/CodeGen/X86/vec_ctbits.ll
+++ b/llvm/test/CodeGen/X86/vec_ctbits.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mattr=+sse2 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+sse2 | FileCheck %s
declare <2 x i64> @llvm.cttz.v2i64(<2 x i64>, i1)
declare <2 x i64> @llvm.ctlz.v2i64(<2 x i64>, i1)
OpenPOWER on IntegriCloud