summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/JIT.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-05 23:39:57 +0000
committerChris Lattner <sabre@nondot.org>2007-12-05 23:39:57 +0000
commit8907b4ba479bbfbe630a4c3abab32c7d49749a48 (patch)
treee742b9d08668b76c2f039e8c0f5861b706a9d1f5 /include/llvm/ExecutionEngine/JIT.h
parent81f2d71d52f522ae29010aecdfc435162f1da8a4 (diff)
downloadllvm-8907b4ba479bbfbe630a4c3abab32c7d49749a48.tar.gz
llvm-8907b4ba479bbfbe630a4c3abab32c7d49749a48.tar.bz2
llvm-8907b4ba479bbfbe630a4c3abab32c7d49749a48.tar.xz
split the JIT memory management code out from the main JIT logic into its
own JITMemoryManager interface. There is no functionality change with this patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine/JIT.h')
-rw-r--r--include/llvm/ExecutionEngine/JIT.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ExecutionEngine/JIT.h b/include/llvm/ExecutionEngine/JIT.h
index b801f1de08..76c2cbda0a 100644
--- a/include/llvm/ExecutionEngine/JIT.h
+++ b/include/llvm/ExecutionEngine/JIT.h
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef EXECUTION_ENGINE_JIT_H
-#define EXECUTION_ENGINE_JIT_H
+#ifndef LLVM_EXECUTION_ENGINE_JIT_H
+#define LLVM_EXECUTION_ENGINE_JIT_H
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include <cstdlib>