summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2014-11-21 01:57:09 +0000
committerLang Hames <lhames@gmail.com>2014-11-21 01:57:09 +0000
commitb2dd9529eb56c476a27cd5d40437ae9fa766c3a7 (patch)
tree4d603f053a9754257e8b165f51b710c81552f452 /llvm/include
parenta315865759bc926a0e2b64ad237e8518c1a855f4 (diff)
downloadbcm5719-llvm-b2dd9529eb56c476a27cd5d40437ae9fa766c3a7.tar.gz
bcm5719-llvm-b2dd9529eb56c476a27cd5d40437ae9fa766c3a7.zip
[MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is dead
now that the old JIT has been removed. llvm-svn: 222494
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/ExecutionEngine/JITEventListener.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/JITEventListener.h b/llvm/include/llvm/ExecutionEngine/JITEventListener.h
index 02350b6a950..cef3aa27d5c 100644
--- a/llvm/include/llvm/ExecutionEngine/JITEventListener.h
+++ b/llvm/include/llvm/ExecutionEngine/JITEventListener.h
@@ -59,16 +59,6 @@ public:
JITEventListener() {}
virtual ~JITEventListener();
- /// NotifyFreeingMachineCode - Called from freeMachineCodeForFunction(), after
- /// the global mapping is removed, but before the machine code is returned to
- /// the allocator.
- ///
- /// OldPtr is the address of the machine code and will be the same as the Code
- /// parameter to a previous NotifyFunctionEmitted call. The Function passed
- /// to NotifyFunctionEmitted may have been destroyed by the time of the
- /// matching NotifyFreeingMachineCode call.
- virtual void NotifyFreeingMachineCode(void *) {}
-
/// NotifyObjectEmitted - Called after an object has been successfully
/// emitted to memory. NotifyFunctionEmitted will not be called for
/// individual functions in the object.
OpenPOWER on IntegriCloud