- Add support for an "auxillary" call site list
authorChris Lattner <sabre@nondot.org>
Fri, 8 Nov 2002 21:24:51 +0000 (21:24 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Nov 2002 21:24:51 +0000 (21:24 +0000)
commitfb39933b75218d1763f1c4d84726aa8bd0dab6db
treec10cf78daace83ee20eda0d69761bd239861e516
parent93fbd733e778c2623436ed5a0b9cf7f394407b1a
- Add support for an "auxillary" call site list
- Original call sites are now never modified after construction by the local
  pass.
- DSGraph::cloneInto can now optionally not clone the call sites
- BUDataStructures no longer has a ton of book-keeping info for a broken
  implementation of the TD data structures

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4631 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DSGraph.h
include/llvm/Analysis/DSNode.h
include/llvm/Analysis/DataStructure.h
include/llvm/Analysis/DataStructure/DSGraph.h
include/llvm/Analysis/DataStructure/DSNode.h
include/llvm/Analysis/DataStructure/DataStructure.h