X86: specify CPU on new test to fix atom buildbot
authorTim Northover <tnorthover@apple.com>
Sun, 4 Aug 2013 10:00:45 +0000 (10:00 +0000)
committerTim Northover <tnorthover@apple.com>
Sun, 4 Aug 2013 10:00:45 +0000 (10:00 +0000)
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

index 2770d0550b4ac0e5eb9b3ec528a3fe1fd7d531b7..c748bcef36dc6ddb5fc027090d2a0e8d1430656d 100644 (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"