Implement function rewriting to use offsets instead of pointers in programs.
authorChris Lattner <sabre@nondot.org>
Fri, 12 Apr 2002 20:23:15 +0000 (20:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Apr 2002 20:23:15 +0000 (20:23 +0000)
commit5146a7ddd4ffe9cda6d68f24d91dd14deab3714a
treed1d04492493418f4dc8917587f94a27af11c79f0
parent02b9399baef2afc1a0c8c83152d2f28145658bbc
Implement function rewriting to use offsets instead of pointers in programs.
This now works with treeadd at least, and perhaps other programs as well.

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