diff options
author | Andrew Trick <atrick@apple.com> | 2013-11-15 05:52:56 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-11-15 05:52:56 +0000 |
commit | 728eb5fbea0d082653f67ccac2bab5207b3b1a89 (patch) | |
tree | b0ca9b8b072377673dfeb994d32fb6aa73612ad0 /test | |
parent | 6dd44d3b7f33c9984dfb40461630d50c4fed1234 (diff) | |
download | external_llvm-728eb5fbea0d082653f67ccac2bab5207b3b1a89.zip external_llvm-728eb5fbea0d082653f67ccac2bab5207b3b1a89.tar.gz external_llvm-728eb5fbea0d082653f67ccac2bab5207b3b1a89.tar.bz2 |
Platform proof a test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194788 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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: |