* Clean up data structures [AllocDSNode -> DSNode]
authorChris Lattner <sabre@nondot.org>
Sat, 30 Mar 2002 09:12:35 +0000 (09:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Mar 2002 09:12:35 +0000 (09:12 +0000)
commitcfb5f4ce2e9e7a40402b7313159f378435488b62
tree42421c996c48b21dae7544564dd189751ffa448b
parent9a691dbc8241ccf7779062124ba3a3ba728b313f
* Clean up data structures [AllocDSNode -> DSNode]
* TransformFunctionInfo now has call field form field mapping.  May be
  removed in the future.
* Moved the computation of "Scalars" into transformFunctionBody so
  transformFunction didn't have to recompute it.
* Implement the node mapping calculation in preparation to calculate
  PoolDescriptors to pass to transformFunctionBody
* Print out the node mapping [it looks right!]
* Other minor changes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2056 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/OldPoolAllocate.cpp