summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-08 22:00:52 +0000
committerChris Lattner <sabre@nondot.org>2006-05-08 22:00:52 +0000
commit6d8dd189f676a1e582c2d52811248c35c545a7d7 (patch)
tree7eca4afd7cd8a9d658d997ce4ef049e5101fda07 /llvm/lib/ExecutionEngine/JIT/JIT.cpp
parent12b056007e50f4638940e8ebc996e6c26bbd092b (diff)
downloadbcm5719-llvm-6d8dd189f676a1e582c2d52811248c35c545a7d7.tar.gz
bcm5719-llvm-6d8dd189f676a1e582c2d52811248c35c545a7d7.zip
Move some methods out of line so that MutexGuard.h isn't needed in a public header.
llvm-svn: 28179
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/JIT.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
index 7262739e926..022bd658c21 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
@@ -22,6 +22,7 @@
#include "llvm/CodeGen/MachineCodeEmitter.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/ExecutionEngine/GenericValue.h"
+#include "llvm/Support/MutexGuard.h"
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetJITInfo.h"
@@ -349,8 +350,3 @@ void *JIT::recompileAndRelinkFunction(Function *F) {
return Addr;
}
-/// freeMachineCodeForFunction - release machine code memory for given Function
-///
-void JIT::freeMachineCodeForFunction(Function *F) {
- // currently a no-op
-}
OpenPOWER on IntegriCloud