commit | 2dbfa03fd8554d9045a95d3297a5d4164bddf128 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Sep 01 03:14:56 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Sep 01 03:14:56 2003 +0000 |
tree | f17a053a1bfcecc235bf1bc25c2b032e0b769116 | |
parent | 2757af2d47ea633d4cdb7bd1b12850e975a49bdf [diff] |
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