[FastISel][AArch64] Refactor selectAddSub, selectLogicalOp, and SelectShift. NFC.
[oota-llvm.git] / lib / DebugInfo / DWARFRelocMap.h
index 6929e367b84c6a0ad0686a3cc154d7b5c5129709..d7fe3032e505489594a0903d178147673e36f02b 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_DEBUGINFO_DWARFRELOCMAP_H
-#define LLVM_DEBUGINFO_DWARFRELOCMAP_H
+#ifndef LLVM_LIB_DEBUGINFO_DWARFRELOCMAP_H
+#define LLVM_LIB_DEBUGINFO_DWARFRELOCMAP_H
 
 #include "llvm/ADT/DenseMap.h"
 
@@ -18,5 +18,5 @@ typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
 
 } // namespace llvm
 
-#endif // LLVM_DEBUGINFO_DWARFRELOCMAP_H
+#endif