Refactor a bunch of invoke handling stuff out into a new function
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:05:59 +0000 (19:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 19:05:59 +0000 (19:05 +0000)
commitcd4d339ec187182c9abc22b80560349f8ba5010f
tree62f2a2893f68a495577c2bcebc5801a7e2c6a4a9
parent512c77e53225ab4c9534ba32431d1d0873b64eb6
Refactor a bunch of invoke handling stuff out into a new function
"HandleInlinedInvoke".  No functionality change.

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