* Convert CallMap to be a vector, because the keys can change, and the map
authorChris Lattner <sabre@nondot.org>
Sun, 31 Mar 2002 07:13:27 +0000 (07:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Mar 2002 07:13:27 +0000 (07:13 +0000)
commit26cfa6664c1f587d4b536e5988eece3a44f25158
treef8a383a4f3d0351cb26dd3dcf0b84ea49df81573
parent41deedf32fca64f806e4ba812bc364cfa1671fc4
* Convert CallMap to be a vector, because the keys can change, and the map
  doesn't resort!
* Be more generous with the cached matches that we allow now.
* Recursive calls should all work now!

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