diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-05 23:45:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-05 23:45:41 +0000 |
commit | 22d806605e3cc9bfe2cc55db39df54e33fa184cd (patch) | |
tree | 6aa73ce59fead7d616bc7ee75400b0ba745ff8ff /include/llvm/ExecutionEngine | |
parent | 8907b4ba479bbfbe630a4c3abab32c7d49749a48 (diff) | |
download | external_llvm-22d806605e3cc9bfe2cc55db39df54e33fa184cd.zip external_llvm-22d806605e3cc9bfe2cc55db39df54e33fa184cd.tar.gz external_llvm-22d806605e3cc9bfe2cc55db39df54e33fa184cd.tar.bz2 |
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')
-rw-r--r-- | include/llvm/ExecutionEngine/JITMemoryManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ExecutionEngine/JITMemoryManager.h b/include/llvm/ExecutionEngine/JITMemoryManager.h index ba7c8bd..aeb5fc0 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" |