[M68k][NFC] Rename header guard of M68kSubtarget.h

LLVM_LIB_TARGET_CPU0_M68KSUBTARGET_H -> LLVM_LIB_TARGET_M68K_M68KSUBTARGET_H
This commit is contained in:
Jim Lin 2022-01-12 11:11:54 +08:00
parent 4a7890c67c
commit 48fd67cff1
1 changed files with 3 additions and 3 deletions

View File

@ -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 // LLVM_LIB_TARGET_CPU0_M68KSUBTARGET_H
#endif // LLVM_LIB_TARGET_M68K_M68KSUBTARGET_H