Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
authorChris Lattner <sabre@nondot.org>
Mon, 22 Sep 2003 21:59:27 +0000 (21:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Sep 2003 21:59:27 +0000 (21:59 +0000)
commit51d6816089a66c171dc23b50d62989ac6bb5c491
tree46367bcb4a4acc6ce25b53f569b698118be76b03
parent21c6158d8334ba496880222793c3b0547fe98e30
Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
... by making sure to update PHI nodes to take into consideration the
extra edges we get if we inline a call instruction through an invoke.

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