Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / ARM / Thumb1InstrInfo.h
index 88b1c370195a0cdfafe4b6ef372a4f5be26978a0..9fba76052a11ae8223f0530a16b894c1d61c38fe 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef THUMB1INSTRUCTIONINFO_H
-#define THUMB1INSTRUCTIONINFO_H
+#ifndef LLVM_LIB_TARGET_ARM_THUMB1INSTRINFO_H
+#define LLVM_LIB_TARGET_ARM_THUMB1INSTRINFO_H
 
 #include "ARMBaseInstrInfo.h"
 #include "Thumb1RegisterInfo.h"
@@ -60,4 +60,4 @@ private:
 };
 }
 
-#endif // THUMB1INSTRUCTIONINFO_H
+#endif