forked from OSchip/llvm-project
[llvm-mca] Update the header's guard name. NFC.
This patch also places a comment at the end of the header guard. llvm-svn: 333297
This commit is contained in:
parent
2d1d859c50
commit
aada043fa9
|
@ -16,8 +16,8 @@
|
|||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TOOLS_LLVM_MCA_DISPATCH_H
|
||||
#define LLVM_TOOLS_LLVM_MCA_DISPATCH_H
|
||||
#ifndef LLVM_TOOLS_LLVM_MCA_DISPATCH_STAGE_H
|
||||
#define LLVM_TOOLS_LLVM_MCA_DISPATCH_STAGE_H
|
||||
|
||||
#include "Instruction.h"
|
||||
#include "RegisterFile.h"
|
||||
|
@ -108,4 +108,4 @@ public:
|
|||
};
|
||||
} // namespace mca
|
||||
|
||||
#endif
|
||||
#endif // LLVM_TOOLS_LLVM_MCA_DISPATCH_STAGE_H
|
||||
|
|
Loading…
Reference in New Issue