* First try at implementing TD pass this does not merge global nodes yet,
authorChris Lattner <sabre@nondot.org>
Thu, 17 Oct 2002 04:26:54 +0000 (04:26 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Oct 2002 04:26:54 +0000 (04:26 +0000)
commit0e74412cee809b522b92db8bea24a84dfdccc02b
treeb7a94c47439f6aa15be9c8ef2c1b73a8d769a918
parente25ab83a5fe238bbcdddefd14e1b65860abb701a
  * First try at implementing TD pass this does not merge global nodes yet,
    among other things.
  * Significant rewrite of TD pass to avoid potentially N^2 algorithms if
    possible.  It is still not complete, but at least it's checked in now.

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