diff options
-rw-r--r-- | test/CodeGen/X86/patchpoint.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/patchpoint.ll b/test/CodeGen/X86/patchpoint.ll index 0e79a38..d534639 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: |