diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-01 03:14:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 03:14:56 +0000 |
commit | 2dbfa03fd8554d9045a95d3297a5d4164bddf128 (patch) | |
tree | f17a053a1bfcecc235bf1bc25c2b032e0b769116 /test/Feature/Makefile | |
parent | 2757af2d47ea633d4cdb7bd1b12850e975a49bdf (diff) | |
download | external_llvm-2dbfa03fd8554d9045a95d3297a5d4164bddf128.zip external_llvm-2dbfa03fd8554d9045a95d3297a5d4164bddf128.tar.gz external_llvm-2dbfa03fd8554d9045a95d3297a5d4164bddf128.tar.bz2 |
Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass.
This makes it more efficient: it doesn't have to scan the whole program, so
it performs work proportional to the number of malloc/free calls in the
program, not the size of the program.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/Makefile')
0 files changed, 0 insertions, 0 deletions