Functions reachable from the arguments of unresolvable call nodes should
authorChris Lattner <sabre@nondot.org>
Sat, 20 Sep 2003 23:58:33 +0000 (23:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Sep 2003 23:58:33 +0000 (23:58 +0000)
commit11fc9301fbe7597aa5be1940b014fbbd85732a56
tree787d2bbcc231684ab761d8d9d350397a9d04a35e
parentec157b7cde458d99440a1b07e5ac904a503da7b6
Functions reachable from the arguments of unresolvable call nodes should
not have their arguments marked complete

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