[PM] Remove a failed attempt to port the CallGraph analysis to the new
authorChandler Carruth <chandlerc@gmail.com>
Wed, 5 Aug 2015 21:04:31 +0000 (21:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 5 Aug 2015 21:04:31 +0000 (21:04 +0000)
commitbd4b424c12339e21b2fb7c1a1f4c2cf18fc350c2
tree29d7848c778b9e422c044460c5e1ac7b92fa9e6a
parenta1cdcbb384fcf1a0332b3d8b7a9240e5c3ca5a14
[PM] Remove a failed attempt to port the CallGraph analysis to the new
pass manager.

This never worked, and won't ever work. It was actually why I ended up
building the LazyCallGraph set of code which is more more effectively
wired up to the new pass manager. This accidentally got committed when
I was trying to land a cleanup of the code organization in the other
parts of this file. =[ My bad, but fortunately Dave was keen eyed enough
to spot that this code couldn't possibly work. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244127 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallGraph.h
lib/Analysis/IPA/CallGraph.cpp