summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/JITMemoryManager.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-05 23:45:41 +0000
committerChris Lattner <sabre@nondot.org>2007-12-05 23:45:41 +0000
commit22d806605e3cc9bfe2cc55db39df54e33fa184cd (patch)
tree6aa73ce59fead7d616bc7ee75400b0ba745ff8ff /include/llvm/ExecutionEngine/JITMemoryManager.h
parent8907b4ba479bbfbe630a4c3abab32c7d49749a48 (diff)
downloadllvm-22d806605e3cc9bfe2cc55db39df54e33fa184cd.tar.gz
llvm-22d806605e3cc9bfe2cc55db39df54e33fa184cd.tar.bz2
llvm-22d806605e3cc9bfe2cc55db39df54e33fa184cd.tar.xz
improve header guard
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44641 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine/JITMemoryManager.h')
-rw-r--r--include/llvm/ExecutionEngine/JITMemoryManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ExecutionEngine/JITMemoryManager.h b/include/llvm/ExecutionEngine/JITMemoryManager.h
index ba7c8bdc2e..aeb5fc0f76 100644
--- a/include/llvm/ExecutionEngine/JITMemoryManager.h
+++ b/include/llvm/ExecutionEngine/JITMemoryManager.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_EXECUTION_ENGINE_JIT_H
-#define LLVM_EXECUTION_ENGINE_JIT_H
+#ifndef LLVM_EXECUTION_ENGINE_JIT_MEMMANAGER_H
+#define LLVM_EXECUTION_ENGINE_JIT_MEMMANAGER_H
#include "llvm/Support/DataTypes.h"