try to unbreak ppc buildbots.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Dec 2012 18:11:45 +0000 (18:11 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Dec 2012 18:11:45 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170913 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vselect-minmax.ll

index b119793e36b4213dad5f71c33ac5ab408b683a17..cf654b6f20599f3ed4b54db2cf0e0c677816665d 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llc -mcpu=core2 < %s | FileCheck %s -check-prefix=SSE2
-; RUN: llc -mcpu=corei7 < %s | FileCheck %s -check-prefix=SSE4
-; RUN: llc -mcpu=corei7-avx < %s | FileCheck %s -check-prefix=AVX1
-; RUN: llc -mcpu=core-avx2 -mattr=+avx2 < %s | FileCheck %s -check-prefix=AVX2
+; RUN: llc -march=x86-64 -mcpu=core2 < %s | FileCheck %s -check-prefix=SSE2
+; RUN: llc -march=x86-64 -mcpu=corei7 < %s | FileCheck %s -check-prefix=SSE4
+; RUN: llc -march=x86-64 -mcpu=corei7-avx < %s | FileCheck %s -check-prefix=AVX1
+; RUN: llc -march=x86-64 -mcpu=core-avx2 -mattr=+avx2 < %s | FileCheck %s -check-prefix=AVX2
 
 define void @test1(i8* nocapture %a, i8* nocapture %b) nounwind {
 vector.ph: