summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcall-calleesave.ll
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2013-08-04 10:00:45 +0000
committerTim Northover <tnorthover@apple.com>2013-08-04 10:00:45 +0000
commitb04578c21b6b8c7c94ae138e2fbfa605225d1cde (patch)
tree8be512a0b631959f30a0923715be2fcc93fc1e3a /test/CodeGen/X86/tailcall-calleesave.ll
parenta54b66277e5d4bdd55825eb9378f07334692020c (diff)
downloadllvm-b04578c21b6b8c7c94ae138e2fbfa605225d1cde.tar.gz
llvm-b04578c21b6b8c7c94ae138e2fbfa605225d1cde.tar.bz2
llvm-b04578c21b6b8c7c94ae138e2fbfa605225d1cde.tar.xz
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/X86/tailcall-calleesave.ll')
-rw-r--r--test/CodeGen/X86/tailcall-calleesave.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tailcall-calleesave.ll b/test/CodeGen/X86/tailcall-calleesave.ll
index 2770d0550b..c748bcef36 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"