We were not adjusting the frame size to ensure proper alignment when alloca /
authorEvan Cheng <evan.cheng@apple.com>
Fri, 14 Apr 2006 07:26:43 +0000 (07:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 14 Apr 2006 07:26:43 +0000 (07:26 +0000)
commitd9245ca1a1aa96371a2513c91a3e2a1f26b16e22
tree6449843a7cdc31c353ca0d3c05e3b19d9f863b55
parent4f51d850da132d5a7b1e3d169ed6e009e78dcb96
We were not adjusting the frame size to ensure proper alignment when alloca /
vla are present in the function. This causes a crash when a leaf function
allocates space on the stack used to store / load with 128-bit SSE
instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27698 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp