llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple=x86_64...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 28 Dec 2013 13:04:29 +0000 (13:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 28 Dec 2013 13:04:29 +0000 (13:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198114 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vselect.ll

index af8c310618948d3477937f3e1db3a873ef312c5d..d431f59c4b8532f011d54ee6cbe1124973840dd4 100644 (file)
@@ -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.