* Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodes
authorChris Lattner <sabre@nondot.org>
Thu, 28 Mar 2002 19:16:48 +0000 (19:16 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Mar 2002 19:16:48 +0000 (19:16 +0000)
commit7d093d42319e24ccf5c48a1147ec2f03362ff367
tree4ae4ea5754f42378737d5b7c4c628f4918662ba7
parentd38cadb13d0e7091a15269c39c7703e137ec174b
* Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodes
  to reflect that they can eliminate arbitrary nodes.
* Rename the ShadowNodeEliminate.cpp file to EliminateNodes.cpp for the
  same reason

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