diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h index 5713fb44fcd..dfdfe3e4f8e 100644 --- a/include/llvm/Analysis/InlineCost.h +++ b/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;