diff options
author | Tim Northover <tnorthover@apple.com> | 2013-08-04 10:00:45 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2013-08-04 10:00:45 +0000 |
commit | b04578c21b6b8c7c94ae138e2fbfa605225d1cde (patch) | |
tree | 8be512a0b631959f30a0923715be2fcc93fc1e3a /test/CodeGen | |
parent | a54b66277e5d4bdd55825eb9378f07334692020c (diff) | |
download | external_llvm-b04578c21b6b8c7c94ae138e2fbfa605225d1cde.zip external_llvm-b04578c21b6b8c7c94ae138e2fbfa605225d1cde.tar.gz external_llvm-b04578c21b6b8c7c94ae138e2fbfa605225d1cde.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/tailcall-calleesave.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tailcall-calleesave.ll b/test/CodeGen/X86/tailcall-calleesave.ll index 2770d05..c748bce 100644 --- a/test/CodeGen/X86/tailcall-calleesave.ll +++ b/test/CodeGen/X86/tailcall-calleesave.ll @@ -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" |