Update the callgraph when replacing InvokeInst with CallInst when inlining.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 3 Feb 2009 04:34:40 +0000 (04:34 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 3 Feb 2009 04:34:40 +0000 (04:34 +0000)
commitdac5c4b10b387b55c2394cd98a64f3f1394df2e8
treeff9e30cb68f18ffd4e6a5061fd8c1b64da01a298
parentd62e06c53b8b7e555617dc9b24b98c007d63de5d
Update the callgraph when replacing InvokeInst with CallInst when inlining.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63600 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
test/Transforms/Inline/2009-02-02-InvokeUpdateCG.ll [new file with mode: 0644]