If the function being inlined has a higher stack protection level than the
authorBill Wendling <isanbard@gmail.com>
Fri, 21 Nov 2008 00:06:32 +0000 (00:06 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 21 Nov 2008 00:06:32 +0000 (00:06 +0000)
commit8c1604e7d617622cb391f1c679ddf70ea03baedc
tree8ff3ab2417c34c9b3f408d7a1c6da43159f44e3a
parente6ed6ecfb0096e1e6d10ef5e3de71ba29b7bbdbf
If the function being inlined has a higher stack protection level than the
inlining function, then increase the stack protection level on the inlining
function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59757 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Inliner.cpp