make sure to mark nodes in the globals graph incomplete after computing it
authorChris Lattner <sabre@nondot.org>
Tue, 15 Mar 2005 22:47:18 +0000 (22:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Mar 2005 22:47:18 +0000 (22:47 +0000)
commit38065a7e0185c5dc74f7efafcfe43e4ecf2b475d
tree4e3f47c1509550dd7e0a669eb6e7db024ca0437b
parent49e88e80c78eff3d0bed3874448d4f3049c9be16
make sure to mark nodes in the globals graph incomplete after computing it
so that external globals (and whatever they point to) are marked incomplete.

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