New testcase that functions with dynamic allocas can be inlined, and are
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:35:05 +0000 (19:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:35:05 +0000 (19:35 +0000)
commitf0638c5f710996d355f91866179bd49fa991750f
tree353f4d1f5b3e8de4f14f0b7518cbdc35223a1369
parentbf229f488a7541abd979cc3fbe9c3ce1c100e5c0
New testcase that functions with dynamic allocas can be inlined, and are
inlined correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25287 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/Inline/dynamic_alloca_test.ll [new file with mode: 0644]