PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. That
authorBill Wendling <isanbard@gmail.com>
Thu, 6 Jan 2011 00:50:34 +0000 (00:50 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 6 Jan 2011 00:50:34 +0000 (00:50 +0000)
commita99ec28134c2fd0a21c446a58bf6406b8aa1a580
tree1c592c4c9e343b7a9efffd231b378233a3a6e72c
parent78d15761e40a542b992ac811b4e3909c33d1513a
PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. That
works only on MinGW32. On 64-bit, the function to call is "__chkstk".
Patch by KS Sreeram!

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