[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:
Matt Davis 2018-05-25 18:45:43 +00:00
parent 2d1d859c50
commit aada043fa9
1 changed files with 3 additions and 3 deletions

View File

@ -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