TableGen: allow use of uint64_t for available features mask.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldCheckerImpl.h
index b3b16da52103a7c359d52a4c9166636689629d12..fd6186517771fa696d517b600e015ac06cb73e08 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_RUNTIMEDYLDCHECKERIMPL_H
-#define LLVM_RUNTIMEDYLDCHECKERIMPL_H
+#ifndef LLVM_LIB_EXECUTIONENGINE_RUNTIMEDYLD_RUNTIMEDYLDCHECKERIMPL_H
+#define LLVM_LIB_EXECUTIONENGINE_RUNTIMEDYLD_RUNTIMEDYLDCHECKERIMPL_H
 
 #include "RuntimeDyldImpl.h"
 #include <set>
@@ -57,4 +57,4 @@ private:
 };
 }
 
-#endif // LLVM_RUNTIMEDYLDCHECKERIMPL_H
+#endif