diff options
| -rw-r--r-- | llvm/tools/llvm-mca/DispatchStage.cpp | 2 | ||||
| -rw-r--r-- | llvm/tools/llvm-mca/DispatchStage.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/DispatchStage.cpp b/llvm/tools/llvm-mca/DispatchStage.cpp index 01bd52f793f..8a907afbe07 100644 --- a/llvm/tools/llvm-mca/DispatchStage.cpp +++ b/llvm/tools/llvm-mca/DispatchStage.cpp @@ -1,4 +1,4 @@ -//===--------------------- Dispatch.cpp -------------------------*- C++ -*-===// +//===--------------------- DispatchStage.cpp --------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/tools/llvm-mca/DispatchStage.h b/llvm/tools/llvm-mca/DispatchStage.h index 2e1f47d1bf2..0d62333c5fc 100644 --- a/llvm/tools/llvm-mca/DispatchStage.h +++ b/llvm/tools/llvm-mca/DispatchStage.h @@ -1,4 +1,4 @@ -//===----------------------- Dispatch.h -------------------------*- C++ -*-===// +//===----------------------- DispatchStage.h --------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |

