From 78e1cdaba3cad6e85ff631542052bbb718c7e588 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 21 Jan 2013 11:39:12 +0000 Subject: Fix an old-style doxygen comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173027 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/InlineCost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h index 5713fb44fc..dfdfe3e4f8 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; -- cgit v1.2.3