diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/M68k/M68kSubtarget.h')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Target/M68k/M68kSubtarget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/M68k/M68kSubtarget.h b/contrib/llvm-project/llvm/lib/Target/M68k/M68kSubtarget.h index f45cb7edca1f..9bf2984983a1 100644 --- a/contrib/llvm-project/llvm/lib/Target/M68k/M68kSubtarget.h +++ b/contrib/llvm-project/llvm/lib/Target/M68k/M68kSubtarget.h @@ -1,4 +1,4 @@ -//===-- M68kSubtarget.h - Define Subtarget for the M68k -----*- C++ -*-===// +//===-- M68kSubtarget.h - Define Subtarget for the M68k ---------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -11,8 +11,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef LLVM_LIB_TARGET_CPU0_M68KSUBTARGET_H -#define LLVM_LIB_TARGET_CPU0_M68KSUBTARGET_H +#ifndef LLVM_LIB_TARGET_M68K_M68KSUBTARGET_H +#define LLVM_LIB_TARGET_M68K_M68KSUBTARGET_H #include "M68kFrameLowering.h" #include "M68kISelLowering.h" @@ -179,4 +179,4 @@ public: }; } // namespace llvm -#endif +#endif // LLVM_LIB_TARGET_M68K_M68KSUBTARGET_H |
