OSDN Git Service

Fix PR13899
authorMichael Liao <michael.liao@intel.com>
Mon, 1 Oct 2012 16:44:04 +0000 (16:44 +0000)
committerMichael Liao <michael.liao@intel.com>
Mon, 1 Oct 2012 16:44:04 +0000 (16:44 +0000)
commit31189373056ce12f729333c4dc16d02ad72e8e1f
tree8cd570721b061348ce85c5be0da237a0c1ca2a93
parentf0070f2a973ff046ee63de827ab32ff215b369b2
Fix PR13899

- Update maximal stack alignment when stack arguments are prepared before a
  call.
- Test cases are enhanced to show it's not a Win32 specific issue but a generic
  one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164946 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
test/CodeGen/X86/pr13899.ll [new file with mode: 0644]