forked from OSchip/llvm-project
[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:
parent
4a7890c67c
commit
48fd67cff1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue