Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / ARM / ARMMachineFunctionInfo.h
index 5adb68992cb8ab4a8530dc80b16a4a035af638c6..4f9ea7abb0d2b16174cde13b43ef923ee90d0870 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef ARMMACHINEFUNCTIONINFO_H
-#define ARMMACHINEFUNCTIONINFO_H
+#ifndef LLVM_LIB_TARGET_ARM_ARMMACHINEFUNCTIONINFO_H
+#define LLVM_LIB_TARGET_ARM_ARMMACHINEFUNCTIONINFO_H
 
 #include "ARMSubtarget.h"
 #include "llvm/ADT/BitVector.h"
@@ -245,4 +245,4 @@ public:
 };
 } // End llvm namespace
 
-#endif // ARMMACHINEFUNCTIONINFO_H
+#endif