X86: specify CPU on new test to fix atom buildbot

Apparently Atoms use lea for stack adjustment, which we weren't
looking for.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tim Northover 2013-08-04 10:00:45 +00:00
parent a54b66277e
commit b04578c21b

View File

@ -1,4 +1,4 @@
; RUN: llc -march=x86 -tailcallopt < %s | FileCheck %s
; RUN: llc -march=x86 -tailcallopt -mcpu=core < %s | FileCheck %s
target triple = "i686-apple-darwin"