summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-12-05 07:54:57 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-12-05 07:54:57 +0000
commite6efe405de108e6a3cb13b01d4919d84a082cdd3 (patch)
tree745ff2266911b9d81f993d5e9fca3441c9c12285 /llvm/test/CodeGen
parent51bec1a37a4702244b280085d0ab5e5b0f1ebaaf (diff)
downloadbcm5719-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/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/pointer-vector.ll2
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
OpenPOWER on IntegriCloud