An array of chars of length 8 will also cause the stack protector to be inserted
authorBill Wendling <isanbard@gmail.com>
Wed, 2 Nov 2011 23:20:58 +0000 (23:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 2 Nov 2011 23:20:58 +0000 (23:20 +0000)
commit9c674bb012c23622bd31d5e82cb0baeda9aac3a5
treef14edd89936c53b436a75779b5b565f13e29035c
parent1a1d1fcc0b955420cdbe0b94bd01c46d4e96b429
An array of chars of length 8 will also cause the stack protector to be inserted
into the function. Reflect that here so that the array will be placed next to
the SP.
<rdar://problem/10128329>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143590 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp