From: Andrew Trick Date: Fri, 15 Nov 2013 05:52:56 +0000 (+0000) Subject: Platform proof a test case. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=728eb5fbea0d082653f67ccac2bab5207b3b1a89;p=oota-llvm.git Platform proof a test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194788 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/patchpoint.ll b/test/CodeGen/X86/patchpoint.ll index 0e79a38dd62..d534639953b 100644 --- a/test/CodeGen/X86/patchpoint.ll +++ b/test/CodeGen/X86/patchpoint.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim | FileCheck %s ; Trivial patchpoint codegen ; @@ -24,9 +24,9 @@ entry: ; as a leaf function. ; ; CHECK-LABEL: caller_meta_leaf -; CHECK: subq $24, %rsp +; CHECK: subq $32, %rsp ; CHECK: Ltmp -; CHECK: addq $24, %rsp +; CHECK: addq $32, %rsp ; CHECK: ret define void @caller_meta_leaf() { entry: