Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jul 2003 23:42:48 +0000 (23:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jul 2003 23:42:48 +0000 (23:42 +0000)
commit6c87461fe67586d1bf6c1b85a47b8e2bb2980078
treeb685eb384fa4b68336e5b539c9b384625b4f171c
parentda8c60da0e552b57415000f412ac5a116913f48f
Fix how we are handling unreachable functions.  This DRAMATICALLY improves efficiency

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