X86: Tighten up test.

llc CPU autodection bites again. Speculative fix for bot failures.

llvm-svn: 205940
This commit is contained in:
Jim Grosbach 2014-04-10 00:27:43 +00:00
parent 1ac6296376
commit 576f8cf19f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -O3 -disable-peephole -mattr=-avx2 < %s | FileCheck %s
; RUN: llc -O3 -disable-peephole -mcpu=corei7-avx -mattr=+avx < %s | FileCheck %s
target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.9.0"