If inlining a call to a function that contains dynamic allocas, wrap the
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:34:14 +0000 (19:34 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:34:14 +0000 (19:34 +0000)
commitbf229f488a7541abd979cc3fbe9c3ce1c100e5c0
tree4a62a4a4419311a730b6b40243efc06065dad404
parent1fdf4a859f03ce5aa4ce9acba29ce321c847388e
If inlining a call to a function that contains dynamic allocas, wrap the
resultant code with llvm.stacksave/llvm.stackrestore intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25286 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp