summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 03:14:56 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 03:14:56 +0000
commit8ef1b88aef2e3d247f054e76523a7c5521e485cd (patch)
tree25aac79cdd769a1c223e7eb14b73b385dc3cacf9 /llvm/lib/ExecutionEngine
parent251046b96542aee63eaf312ced85c5461932eb4d (diff)
downloadbcm5719-llvm-8ef1b88aef2e3d247f054e76523a7c5521e485cd.tar.gz
bcm5719-llvm-8ef1b88aef2e3d247f054e76523a7c5521e485cd.zip
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
Diffstat (limited to 'llvm/lib/ExecutionEngine')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud