diff options
Diffstat (limited to 'llvm/tools/llvm-opt-report')
-rw-r--r-- | llvm/tools/llvm-opt-report/OptReport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-opt-report/OptReport.cpp b/llvm/tools/llvm-opt-report/OptReport.cpp index c90fdb0ad01..aa7966132c2 100644 --- a/llvm/tools/llvm-opt-report/OptReport.cpp +++ b/llvm/tools/llvm-opt-report/OptReport.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// /// /// \file -/// \brief This file implements a tool that can parse the YAML optimization +/// This file implements a tool that can parse the YAML optimization /// records and generate an optimization summary annotated source listing /// report. /// |