summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-12-08 15:24:09 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-12-08 15:24:09 +0000
commite4472726b5f98b271d5f57738be993445ba8a89c (patch)
tree10858a7ce855f6623ee777e78c35b2735d32645d /test
parent703420f50e458e2482e55c9a5b3cafa0b734f507 (diff)
downloadllvm-e4472726b5f98b271d5f57738be993445ba8a89c.tar.gz
llvm-e4472726b5f98b271d5f57738be993445ba8a89c.tar.bz2
llvm-e4472726b5f98b271d5f57738be993445ba8a89c.tar.xz
test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146152 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/vec_compare-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_compare-2.ll b/test/CodeGen/X86/vec_compare-2.ll
index aaa585b35f..946b126fd0 100644
--- a/test/CodeGen/X86/vec_compare-2.ll
+++ b/test/CodeGen/X86/vec_compare-2.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=penryn | FileCheck %s
+; RUN: llc < %s -mtriple=i686-linux -mcpu=penryn | FileCheck %s
declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readnone