Commits

Mark Lacey committed 23b6bd84f61
Do not build the call graph just to maintain it. Before this commit, passes that were attempting to maintain the call graph would actually build it if it wasn't already valid, just for the sake of maintaining it. Now we only maintain it if we already had a valid call graph built. Swift SVN r26873