diff options
Diffstat (limited to 'llvm/tools/llvm-mca/Context.h')
-rw-r--r-- | llvm/tools/llvm-mca/Context.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. /// //===----------------------------------------------------------------------===// |