* Remove the concept of a critical shadow node
authorChris Lattner <sabre@nondot.org>
Tue, 16 Apr 2002 20:39:59 +0000 (20:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Apr 2002 20:39:59 +0000 (20:39 +0000)
commit7650b94c758f55066b43799ecfb50c729c2153af
tree29f836dd25a5cd09c714055a0e00ce1e8bb5256b
parent28c238636ea663419f35319bcedc445d08995e57
* Remove the concept of a critical shadow node
* Make the function pointer argument explicit for a call nodes
* Eliminate unreachable global values
* Merge call nodes that are identical

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