diff options
Diffstat (limited to 'llvm/tools/llvm-mca/SummaryView.h')
-rw-r--r-- | llvm/tools/llvm-mca/SummaryView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/SummaryView.h b/llvm/tools/llvm-mca/SummaryView.h index 9c543519469..0484057fb10 100644 --- a/llvm/tools/llvm-mca/SummaryView.h +++ b/llvm/tools/llvm-mca/SummaryView.h @@ -35,7 +35,7 @@ namespace mca { -/// \brief A view that collects and prints a few performance numbers. +/// A view that collects and prints a few performance numbers. class SummaryView : public View { const SourceMgr &Source; const unsigned DispatchWidth; |