diff options
-rw-r--r-- | llvm/tools/llvm-mca/Context.cpp | 2 | ||||
-rw-r--r-- | llvm/tools/llvm-mca/Context.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/Context.cpp b/llvm/tools/llvm-mca/Context.cpp index 61dac3fccd1..bf574982243 100644 --- a/llvm/tools/llvm-mca/Context.cpp +++ b/llvm/tools/llvm-mca/Context.cpp @@ -11,7 +11,7 @@ /// This file defines a class for holding ownership of various simulated /// hardware units. A Context also provides a utility routine for constructing /// a default out-of-order pipeline with fetch, dispatch, execute, and retire -/// stages). +/// stages. /// //===----------------------------------------------------------------------===// diff --git a/llvm/tools/llvm-mca/Context.h b/llvm/tools/llvm-mca/Context.h index cf483fa7b37..ae8a376774a 100644 --- a/llvm/tools/llvm-mca/Context.h +++ b/llvm/tools/llvm-mca/Context.h @@ -11,7 +11,7 @@ /// This file defines a class for holding ownership of various simulated /// hardware units. A Context also provides a utility routine for constructing /// a default out-of-order pipeline with fetch, dispatch, execute, and retire -/// stages). +/// stages. /// //===----------------------------------------------------------------------===// |