Get the list of PHI node values before the basic block is split. Also, add
authorChris Lattner <sabre@nondot.org>
Mon, 27 Oct 2003 05:33:09 +0000 (05:33 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Oct 2003 05:33:09 +0000 (05:33 +0000)
commit198f4507e2ff934a8ac3aa0a82526fa6a153b70b
tree650cc168131ddac678f8eed61254d8d36658b392
parent5bf9ce9a3ac629be4e455f57c7afcca4da9f551b
Get the list of PHI node values before the basic block is split.  Also, add
PHI node entries for unwind instructions just like for call instructions which
became invokes!  This fixes PR57, tested by
Inline/2003-10-26-InlineInvokeExceptionDestPhi.ll

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