From: Tim Northover Date: Sun, 4 Aug 2013 10:00:45 +0000 (+0000) Subject: X86: specify CPU on new test to fix atom buildbot X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b04578c21b6b8c7c94ae138e2fbfa605225d1cde;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/X86/tailcall-calleesave.ll b/test/CodeGen/X86/tailcall-calleesave.ll index 2770d0550b4..c748bcef36d 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"