summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/Callback.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-08 21:44:21 +0000
committerChris Lattner <sabre@nondot.org>2003-05-08 21:44:21 +0000
commit037f1e58bdf437282d12daf188c4c72ecc0bde3b (patch)
tree94366289d438f7037c8262d5e1c710c1e91ffd4a /llvm/lib/ExecutionEngine/JIT/Callback.cpp
parentd340dbdb5d430a2f33630720e67fe97903b60001 (diff)
downloadbcm5719-llvm-037f1e58bdf437282d12daf188c4c72ecc0bde3b.tar.gz
bcm5719-llvm-037f1e58bdf437282d12daf188c4c72ecc0bde3b.zip
Minor speedup by avoiding callbacks to functions already generated
llvm-svn: 6052
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/Callback.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/Callback.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/Callback.cpp b/llvm/lib/ExecutionEngine/JIT/Callback.cpp
index 75abf435e6a..fc13a10855b 100644
--- a/llvm/lib/ExecutionEngine/JIT/Callback.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/Callback.cpp
@@ -46,7 +46,6 @@ void VM::CompilationCallback() {
#endif
}
-
void VM::registerCallback() {
TheVM = this;
}
OpenPOWER on IntegriCloud