aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-11-08 03:46:25 +0000
committerStephen Hines <srhines@google.com>2011-11-14 09:11:59 -0800
commit69f80a508bd33d7a95c60119ae8ea52f72165ef7 (patch)
tree43fccc361685a2f267f35679667a732baac34ceb
parent337e63a9c8f57d33390ed90bbad63cb13ed2156d (diff)
downloadexternal_llvm-69f80a508bd33d7a95c60119ae8ea52f72165ef7.zip
external_llvm-69f80a508bd33d7a95c60119ae8ea52f72165ef7.tar.gz
external_llvm-69f80a508bd33d7a95c60119ae8ea52f72165ef7.tar.bz2
test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see some suboptimal frame (%ebp) emission on certain hosts. Possible [PR11031]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144066 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/vec_shuffle.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle.ll b/test/CodeGen/X86/vec_shuffle.ll
index d20b3e7..6599598 100644
--- a/test/CodeGen/X86/vec_shuffle.ll
+++ b/test/CodeGen/X86/vec_shuffle.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=core2 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-linux -mcpu=core2 | FileCheck %s
; CHECK: test_v4sf
; CHECK: movq 8(%esp)