Canonicalize header guards into a common format.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.h
index a742a61de7fbf5c4c3b0f08d5a59827df2a5dcf8..4a10ca4d379b6786f144a5c9d842884f21027c42 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef JIT_H
-#define JIT_H
+#ifndef LLVM_LIB_EXECUTIONENGINE_JIT_JIT_H
+#define LLVM_LIB_EXECUTIONENGINE_JIT_JIT_H
 
 #include "llvm/ExecutionEngine/ExecutionEngine.h"
 #include "llvm/IR/ValueHandle.h"