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 | e6efe405de108e6a3cb13b01d4919d84a082cdd3 (patch) | |
tree | 745ff2266911b9d81f993d5e9fca3441c9c12285 /llvm/test | |
parent | 51bec1a37a4702244b280085d0ab5e5b0f1ebaaf (diff) | |
download | bcm5719-llvm-e6efe405de108e6a3cb13b01d4919d84a082cdd3.tar.gz bcm5719-llvm-e6efe405de108e6a3cb13b01d4919d84a082cdd3.zip |
test/CodeGen/X86/pointer-vector.ll: Add explicit -mtriple=i686-linux.
llvm-svn: 145805
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/pointer-vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pointer-vector.ll b/llvm/test/CodeGen/X86/pointer-vector.ll index 9c1c5213126..cc1df2fffcc 100644 --- a/llvm/test/CodeGen/X86/pointer-vector.ll +++ b/llvm/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 |