Rework constant pool handling so that function constant pools are no longer
authorChris Lattner <sabre@nondot.org>
Mon, 10 Jan 2005 18:23:22 +0000 (18:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Jan 2005 18:23:22 +0000 (18:23 +0000)
commit281a601198f55be89914e64dca0801ba94f925ef
treec01d74ae1cded898c734ee1985b8a4b188d24191
parentecc1cef8bfd07575ba4026780adf7054c771e12e
Rework constant pool handling so that function constant pools are no longer
leaked to the system.  Now they are destroyed with the JITMemoryManager is
destroyed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp