[llvm-commits] [llvm] r52751 - /llvm/trunk/test/CodeGen/X86/mingw-alloca.ll
Dale Johannesen
dalej at apple.com
Wed Jun 25 18:55:32 PDT 2008
Author: johannes
Date: Wed Jun 25 20:55:32 2008
New Revision: 52751
URL: http://llvm.org/viewvc/llvm-project?rev=52751&view=rev
Log:
Allow for rounding up of stack frame.
Modified:
llvm/trunk/test/CodeGen/X86/mingw-alloca.ll
Modified: llvm/trunk/test/CodeGen/X86/mingw-alloca.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/mingw-alloca.ll?rev=52751&r1=52750&r2=52751&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/mingw-alloca.ll (original)
+++ llvm/trunk/test/CodeGen/X86/mingw-alloca.ll Wed Jun 25 20:55:32 2008
@@ -2,7 +2,7 @@
; RUN: grep __alloca %t | count 2
; RUN: grep 4294967288 %t
; RUN: grep {pushl %eax} %t
-; RUN: grep 8012 %t | count 2
+; RUN: grep 8028 %t | count 2
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
target triple = "i386-mingw32"
More information about the llvm-commits
mailing list