diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-08 03:46:25 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-08 03:46:25 +0000 |
commit | 33dac0633084b2d7137e0f409ae02b56c25bb113 (patch) | |
tree | 40abb244fc6778798dec4e19c74519495cc187f9 /llvm/test/CodeGen/X86/vec_shuffle.ll | |
parent | dabda6b8390ff57f5683ba5ad58eb158005f1443 (diff) | |
download | bcm5719-llvm-33dac0633084b2d7137e0f409ae02b56c25bb113.tar.gz bcm5719-llvm-33dac0633084b2d7137e0f409ae02b56c25bb113.zip |
test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see some suboptimal frame (%ebp) emission on certain hosts. Possible [PR11031]
llvm-svn: 144066
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuffle.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_shuffle.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle.ll b/llvm/test/CodeGen/X86/vec_shuffle.ll index d20b3e7b1f4..65995984859 100644 --- a/llvm/test/CodeGen/X86/vec_shuffle.ll +++ b/llvm/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) |