* Because of optimization, the shadow nodes between arguments might get
authorChris Lattner <sabre@nondot.org>
Wed, 27 Mar 2002 00:53:57 +0000 (00:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 27 Mar 2002 00:53:57 +0000 (00:53 +0000)
commitdf8af1ca89c02111ca96d256ea17635e3798226c
tree1e711ef7836ecab0ae7ddc037c5524a638a86209
parent26f8a40b510cd68b7bd8aa1e596f37d52fecc008
* Because of optimization, the shadow nodes between arguments might get
  removed.  Check to see if they are there.
* Repeat optimizations while changing

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