summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llvm-mca/DispatchStage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-mca/DispatchStage.h b/llvm/tools/llvm-mca/DispatchStage.h
index 574d28f8044..adb3e31b63d 100644
--- a/llvm/tools/llvm-mca/DispatchStage.h
+++ b/llvm/tools/llvm-mca/DispatchStage.h
@@ -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
OpenPOWER on IntegriCloud