Actually update the call graph as the inliner changes it. This allows us to
authorChris Lattner <sabre@nondot.org>
Mon, 12 Apr 2004 05:37:29 +0000 (05:37 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Apr 2004 05:37:29 +0000 (05:37 +0000)
commitce1a3a292d7696c973efe27809384d33a530dd65
treee13247a9f1117df365b56430d48eb86a14863d2d
parentb81c021f14107b12d1275c84fbce170db06437a5
Actually update the call graph as the inliner changes it.  This allows us to
execute other CallGraphSCCPasses after the inliner without crashing.

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