[llvm-branch-commits] [llvm-branch] r86615 - /llvm/branches/Apple/Leela/test/CodeGen/Thumb2/large-stack.ll

Jim Grosbach grosbach at apple.com
Mon Nov 9 14:59:49 PST 2009


Author: grosbach
Date: Mon Nov  9 16:59:49 2009
New Revision: 86615

URL: http://llvm.org/viewvc/llvm-project?rev=86615&view=rev
Log:
Merge 86614

Modified:
    llvm/branches/Apple/Leela/test/CodeGen/Thumb2/large-stack.ll

Modified: llvm/branches/Apple/Leela/test/CodeGen/Thumb2/large-stack.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela/test/CodeGen/Thumb2/large-stack.ll?rev=86615&r1=86614&r2=86615&view=diff

==============================================================================
--- llvm/branches/Apple/Leela/test/CodeGen/Thumb2/large-stack.ll (original)
+++ llvm/branches/Apple/Leela/test/CodeGen/Thumb2/large-stack.ll Mon Nov  9 16:59:49 2009
@@ -18,7 +18,7 @@
 define i32 @test3() {
 ; CHECK: test3:
 ; CHECK: sub.w sp, sp, #805306368
-; CHECK: sub sp, #4 * 4
+; CHECK: sub sp, #6 * 4
     %retval = alloca i32, align 4
     %tmp = alloca i32, align 4
     %a = alloca [805306369 x i8], align 16





More information about the llvm-branch-commits mailing list