Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / R600 / SIISelLowering.h
index 93e97c3235744e1b88e0c2708120f322335a7751..cbc77a5cd789aec8e44e0d3b3ec5f97e0a7e58c3 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SIISELLOWERING_H
-#define SIISELLOWERING_H
+#ifndef LLVM_LIB_TARGET_R600_SIISELLOWERING_H
+#define LLVM_LIB_TARGET_R600_SIISELLOWERING_H
 
 #include "AMDGPUISelLowering.h"
 #include "SIInstrInfo.h"
@@ -99,4 +99,4 @@ public:
 
 } // End namespace llvm
 
-#endif //SIISELLOWERING_H
+#endif