[llvm] r194788 - Platform proof a test case.

Andrew Trick atrick at apple.com
Thu Nov 14 21:52:56 PST 2013


Author: atrick
Date: Thu Nov 14 23:52:56 2013
New Revision: 194788

URL: http://llvm.org/viewvc/llvm-project?rev=194788&view=rev
Log:
Platform proof a test case.

Modified:
    llvm/trunk/test/CodeGen/X86/patchpoint.ll

Modified: llvm/trunk/test/CodeGen/X86/patchpoint.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/patchpoint.ll?rev=194788&r1=194787&r2=194788&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/patchpoint.ll (original)
+++ llvm/trunk/test/CodeGen/X86/patchpoint.ll Thu Nov 14 23:52:56 2013
@@ -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:





More information about the llvm-commits mailing list