There is no need to merge the globals graph into the function graphs at the
authorChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2004 23:52:15 +0000 (23:52 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2004 23:52:15 +0000 (23:52 +0000)
commitd10b5fd395e2c4390c669e1caad98f5f491eb7b6
tree3ba24d1f1d86cd6bcbfc2382e8c95a87f28afd8c
parent4e46e320a5f502559744ddeab2cad831cdd3056a
There is no need to merge the globals graph into the function graphs at the
end of the BU and CBU passes.  The globals will be marked incomplete, so it
doesn't matter if they are missing some info, and merging isn't guaranteed
to bring everything in anyway!

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