Minor changes, remove some debugging code that got checked in somehow.
authorChris Lattner <sabre@nondot.org>
Thu, 4 Mar 2004 17:05:28 +0000 (17:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Mar 2004 17:05:28 +0000 (17:05 +0000)
commit16437ff7054d745205d8d7ff529d569a26d683c8
treefff3038bef2f77ccf961543793121f17043c4564
parent4acfd039f92fea3b02227020e4e28f2e5db2d92e
Minor changes, remove some debugging code that got checked in somehow.
Make sure to scope the NodeMap passed into cloneInto so that it doesn't point
to nodes that are deleted.  Add some FIXME's for future performance enhancements.

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