From b04578c21b6b8c7c94ae138e2fbfa605225d1cde Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sun, 4 Aug 2013 10:00:45 +0000 Subject: 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 --- test/CodeGen/X86/tailcall-calleesave.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.1