* Catch and ignore (for now) return instructions in tranformed functions
authorChris Lattner <sabre@nondot.org>
Sat, 30 Mar 2002 20:53:14 +0000 (20:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Mar 2002 20:53:14 +0000 (20:53 +0000)
commit072d3a02241a27473ee245b5aac783501d78161e
tree5468c965eac1105125f52b85c0eb6a5ed58bd043
parentf9957c2960f385f2b2d999320412b376e0c15d50
* Catch and ignore (for now) return instructions in tranformed functions
* Add more debugging output
* Fix problems refering to wrong versions of various graphs
* Build the pool descriptor map!
* Clear the nodemapping map after building pool descriptor to avoid assert
* Transform the NEw function body, not the old one...
* Matrix.ll now works!

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