Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / Mips / Mips16ISelLowering.h
index aa1539018810f3459cdefe1cffe5f5efd8be9b74..042f6afed324807fe3467fc52749e0ca0cc2eb5b 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef MIPS16ISELLOWERING_H
-#define MIPS16ISELLOWERING_H
+#ifndef LLVM_LIB_TARGET_MIPS_MIPS16ISELLOWERING_H
+#define LLVM_LIB_TARGET_MIPS_MIPS16ISELLOWERING_H
 
 #include "MipsISelLowering.h"
 
@@ -79,4 +79,4 @@ namespace llvm {
   };
 }
 
-#endif // Mips16ISELLOWERING_H
+#endif