OSDN Git Service

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)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:11:41 +0000 (09:11 -0800)
commit37ecce1958a0da3b707b61a2710964c46b6dcd08
treebafdee5533883d02a7f1281fab926002e64e7867
parent537a9f7685a8cd9d58fd7e448d89e513c1a45fb9
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