X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FExecutionEngine%2FRuntimeDyld%2FJITRegistrar.h;h=636011f7efe039ff11f82170c87ea0edefa84e04;hp=6a514ea3ec3b1ba0b123461fbc774fcd7c2fe7f2;hb=00e08fcaa02286dd7da9cf9a8d158545532ab832;hpb=f58eecfbbb0a291647ca0ab5b2f55ca13dd89a12 diff --git a/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h b/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h index 6a514ea3ec3..636011f7efe 100644 --- a/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h +++ b/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_EXECUTION_ENGINE_JIT_REGISTRAR_H -#define LLVM_EXECUTION_ENGINE_JIT_REGISTRAR_H +#ifndef LLVM_LIB_EXECUTIONENGINE_RUNTIMEDYLD_JITREGISTRAR_H +#define LLVM_LIB_EXECUTIONENGINE_RUNTIMEDYLD_JITREGISTRAR_H #include "llvm/ExecutionEngine/ObjectBuffer.h" @@ -41,4 +41,4 @@ public: } // end namespace llvm -#endif // LLVM_EXECUTION_ENGINE_JIT_REGISTRAR_H +#endif