diff options
Diffstat (limited to 'contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h')
-rw-r--r-- | contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h b/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h index 20093bc..6467279 100644 --- a/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h +++ b/contrib/llvm/lib/Target/SystemZ/SystemZAsmPrinter.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SYSTEMZASMPRINTER_H -#define SYSTEMZASMPRINTER_H +#ifndef LLVM_LIB_TARGET_SYSTEMZ_SYSTEMZASMPRINTER_H +#define LLVM_LIB_TARGET_SYSTEMZ_SYSTEMZASMPRINTER_H #include "SystemZTargetMachine.h" #include "llvm/CodeGen/AsmPrinter.h" |