1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

X86: specify CPU on new test to fix atom buildbot

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

llvm-svn: 187704
This commit is contained in:
Tim Northover 2013-08-04 10:00:45 +00:00
parent d7e748d087
commit da32ed4814

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"