Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / R600 / R600ISelLowering.h
index d22c8c98a54244c4d38d8458b73805371ac97427..10ebc10ccdba4a7681228dc072c3620eb41ab768 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef R600ISELLOWERING_H
-#define R600ISELLOWERING_H
+#ifndef LLVM_LIB_TARGET_R600_R600ISELLOWERING_H
+#define LLVM_LIB_TARGET_R600_R600ISELLOWERING_H
 
 #include "AMDGPUISelLowering.h"
 
@@ -74,4 +74,4 @@ private:
 
 } // End namespace llvm;
 
-#endif // R600ISELLOWERING_H
+#endif