diff options
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugRangeList.h')
-rw-r--r-- | llvm/lib/DebugInfo/DWARFDebugRangeList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/DWARFDebugRangeList.h b/llvm/lib/DebugInfo/DWARFDebugRangeList.h index 587b550a668..4ee3bdad329 100644 --- a/llvm/lib/DebugInfo/DWARFDebugRangeList.h +++ b/llvm/lib/DebugInfo/DWARFDebugRangeList.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_DEBUGINFO_DWARFDEBUGRANGELIST_H -#define LLVM_DEBUGINFO_DWARFDEBUGRANGELIST_H +#ifndef LLVM_LIB_DEBUGINFO_DWARFDEBUGRANGELIST_H +#define LLVM_LIB_DEBUGINFO_DWARFDEBUGRANGELIST_H #include "llvm/Support/DataExtractor.h" #include <vector> |