Permit inlining functions that contain dynamic allocations now that
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:35:43 +0000 (19:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:35:43 +0000 (19:35 +0000)
commitccca3ca85f046bf7c99aa954ac121fdf59722499
tree0b82f176404397de558c4bd37b1c691622e4ddf7
parentf0638c5f710996d355f91866179bd49fa991750f
Permit inlining functions that contain dynamic allocations now that
InlineFunction handles this case safely.  This implements
Transforms/Inline/dynamic_alloca_test.ll.

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