* Fix a bug where global incompleteness marking would not mark the global
authorChris Lattner <sabre@nondot.org>
Sun, 9 Feb 2003 18:41:49 +0000 (18:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Feb 2003 18:41:49 +0000 (18:41 +0000)
commit93d7a212ccc4071b61960582e8cb1e0cb0c84972
treefd52090955114e1828f4536705e3e7b18e1ad3b2
parentd4aabcb0d0544c8fbe7ed712a7a6039d3150e4a5
* Fix a bug where global incompleteness marking would not mark the global
  itself incomplete!
* Allow incompleteness callers to specify they don't want globals to be
  considered sources of incompleteness.

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