OSDN Git Service

enhance InlineFunction to be able to optionally return
authorChris Lattner <sabre@nondot.org>
Thu, 27 Aug 2009 04:20:52 +0000 (04:20 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Aug 2009 04:20:52 +0000 (04:20 +0000)
commit8f2718fbef6177966ff807af0732eb2431bd9a5f
treecfd6272a0b43a86e79d2e9cff58c1de40c0f78a0
parentec1bea0d94372985a0a5eb283e644c6d0dd345dc
enhance InlineFunction to be able to optionally return
a the list of static allocas that it inlined.

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