Reimplement the BU closure to collapse all SCC graphs into a single graph.
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 05:09:58 +0000 (05:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 05:09:58 +0000 (05:09 +0000)
commit0eea61863bd5c61de04046fdf57ec8f4137c55b1
tree359c109448d69a72049f7afeaea54acf3fa40970
parent2cb9acd785c2d568da6308b817cc1018d63e7cc6
Reimplement the BU closure to collapse all SCC graphs into a single graph.
Look at all of the code that gets deleted!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7001 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/BottomUpClosure.cpp