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.

llvm-svn: 187704

llvm/test/CodeGen/X86/tailcall-calleesave.ll

index 2770d05..c748bce 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"