Skip to content
Commit 8ef1b88a authored by Chris Lattner's avatar Chris Lattner
Browse files

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.

llvm-svn: 8280
parent 251046b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment