* Add names to the symbol table for pool types and modified types
authorChris Lattner <sabre@nondot.org>
Sat, 13 Apr 2002 19:25:57 +0000 (19:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Apr 2002 19:25:57 +0000 (19:25 +0000)
commit027a6755f8c68818eca9cfa6b24b1f7fa105f100
tree1d0531413fc3ee02a8027a15a9a316890ad341bd
parentf33fa6fb57b9c41e99739eff79b7f185e0df9500
* Add names to the symbol table for pool types and modified types
* Handle more complex structure so that power works almost
* Fix bug with pooldestroy call where we passed in the size of the object
  instead of the pool to destroy.  bisort is now pool allocated successfully!

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