diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-12-05 07:54:57 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-12-05 07:54:57 +0000 |
commit | 27de2a54f3d500d00a2cf15f813944422a51dfa9 (patch) | |
tree | 47821ac19ba0a49dbc7f18beca13e8c2a9478eba | |
parent | 1dc0fbc168de60c0cbb2b57e936b8a3313887fcb (diff) | |
download | external_llvm-27de2a54f3d500d00a2cf15f813944422a51dfa9.zip external_llvm-27de2a54f3d500d00a2cf15f813944422a51dfa9.tar.gz external_llvm-27de2a54f3d500d00a2cf15f813944422a51dfa9.tar.bz2 |
test/CodeGen/X86/pointer-vector.ll: Add explicit -mtriple=i686-linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145805 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/pointer-vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pointer-vector.ll b/test/CodeGen/X86/pointer-vector.ll index 9c1c521..cc1df2f 100644 --- a/test/CodeGen/X86/pointer-vector.ll +++ b/test/CodeGen/X86/pointer-vector.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -mtriple=i686-linux -mcpu=corei7 | FileCheck %s ; RUN: opt -instsimplify %s -disable-output ;CHECK: SHUFF0 |