Fix infinite loop in the BU algorithm. Unfortunately this dies a serious
authorChris Lattner <sabre@nondot.org>
Mon, 11 Nov 2002 00:01:34 +0000 (00:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Nov 2002 00:01:34 +0000 (00:01 +0000)
commit8a5db46967f42174730aacebe28c97b484a623f0
tree49b0b1f445954c8be7822a1546f37a7f475515f2
parent60525942099d2a9e8e24f150eda491596a8929e7
Fix infinite loop in the BU algorithm.  Unfortunately this dies a serious
death when handling moderately sized SCC's, but what can you do

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