try to unbreak ppc buildbots.

llvm-svn: 170913
This commit is contained in:
Benjamin Kramer 2012-12-21 18:11:45 +00:00
parent 9b14ebc355
commit b4688f84bd
1 changed files with 4 additions and 4 deletions

View 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: