summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-28 13:04:29 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-28 13:04:29 +0000
commitd8e67feaf255856fef5c6f77f5103837fa2e4829 (patch)
treeb2491a1fbf38148dd3c95cfc43a94a2c6142cd02 /test/CodeGen
parent6ec3395335addb3d352881d84a93cae8a235af95 (diff)
downloadllvm-d8e67feaf255856fef5c6f77f5103837fa2e4829.tar.gz
llvm-d8e67feaf255856fef5c6f77f5103837fa2e4829.tar.bz2
llvm-d8e67feaf255856fef5c6f77f5103837fa2e4829.tar.xz
llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple=x86_64-unknown-unknown.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198114 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/vselect.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vselect.ll b/test/CodeGen/X86/vselect.ll
index af8c310618..d431f59c4b 100644
--- a/test/CodeGen/X86/vselect.ll
+++ b/test/CodeGen/X86/vselect.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-unknown -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s
; Verify that we don't emit packed vector shifts instructions if the
; condition used by the vector select is a vector of constants.