Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / R600 / AMDGPUMCInstLower.h
index 58fe34d32d3101ea4fcb0406bdeb6e98b37c5504..00d1f1ba19a3bba0691c2ad59059c65bad5d7b3c 100644 (file)
@@ -8,8 +8,8 @@
 /// \file
 //===----------------------------------------------------------------------===//
 
 /// \file
 //===----------------------------------------------------------------------===//
 
-#ifndef AMDGPU_MCINSTLOWER_H
-#define AMDGPU_MCINSTLOWER_H
+#ifndef LLVM_LIB_TARGET_R600_AMDGPUMCINSTLOWER_H
+#define LLVM_LIB_TARGET_R600_AMDGPUMCINSTLOWER_H
 
 namespace llvm {
 
 
 namespace llvm {
 
@@ -45,4 +45,4 @@ public:
 
 } // End namespace llvm
 
 
 } // End namespace llvm
 
-#endif //AMDGPU_MCINSTLOWER_H
+#endif