forked from OSchip/llvm-project
test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.
llvm-svn: 146152
This commit is contained in:
parent
d19760a40c
commit
0faa233439
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -march=x86 -mcpu=penryn | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=i686-linux -mcpu=penryn | FileCheck %s
|
||||
|
||||
declare <4 x float> @llvm.x86.sse41.blendvps(<4 x float>, <4 x float>, <4 x float>) nounwind readnone
|
||||
|
||||
|
|
Loading…
Reference in New Issue