diff options
author | Matt Davis <Matthew.Davis@sony.com> | 2018-05-25 18:45:43 +0000 |
---|---|---|
committer | Matt Davis <Matthew.Davis@sony.com> | 2018-05-25 18:45:43 +0000 |
commit | aada043fa9529ca90e7843c96e6157788998ab48 (patch) | |
tree | d5318618e644891b1e2fe7a3260cd96826bfe120 | |
parent | 2d1d859c50a5cd7caf2b95d4546cdfbf95762387 (diff) | |
download | bcm5719-llvm-aada043fa9529ca90e7843c96e6157788998ab48.tar.gz bcm5719-llvm-aada043fa9529ca90e7843c96e6157788998ab48.zip |
[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
-rw-r--r-- | llvm/tools/llvm-mca/DispatchStage.h | 6 |
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 |