diff --git a/llvm/include/llvm/Analysis/InlineCost.h b/llvm/include/llvm/Analysis/InlineCost.h index 5713fb44fcd6..dfdfe3e4f8e8 100644 --- a/llvm/include/llvm/Analysis/InlineCost.h +++ b/llvm/include/llvm/Analysis/InlineCost.h @@ -96,7 +96,7 @@ public: int getCostDelta() const { return Threshold - getCost(); } }; -/// InlineCostAnalyzer - Cost analyzer used by inliner. +/// \brief Cost analyzer used by inliner. class InlineCostAnalyzer { // DataLayout if available, or null. const DataLayout *TD;