diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugLocList.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DebugLocList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DebugLocList.h b/llvm/lib/CodeGen/AsmPrinter/DebugLocList.h index 542896c88e5..2a4f58f916c 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DebugLocList.h +++ b/llvm/lib/CodeGen/AsmPrinter/DebugLocList.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CODEGEN_ASMPRINTER_DEBUGLOCLIST_H__ -#define CODEGEN_ASMPRINTER_DEBUGLOCLIST_H__ +#ifndef LLVM_LIB_CODEGEN_ASMPRINTER_DEBUGLOCLIST_H +#define LLVM_LIB_CODEGEN_ASMPRINTER_DEBUGLOCLIST_H #include "llvm/ADT/SmallVector.h" #include "DebugLocEntry.h" |