Let the inliner update the callgraph to reflect the changes it makes, instead
authorChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 20:09:18 +0000 (20:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 20:09:18 +0000 (20:09 +0000)
commit432a205769d22e7744dd8b0b45efd687aa6998e3
tree0ee87c02313e083a0e52373ffab880a1b3baa92e
parent468fb1df7db466e5682ee44341c3990b599e8d6a
Let the inliner update the callgraph to reflect the changes it makes, instead
of doing it ourselves.  This fixes Transforms/Inline/2006-01-14-CallGraphUpdate.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25321 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Inliner.cpp