From 664e570b59cfd403aecbe6374465f9a6a3f404da Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 21 Jan 2013 11:39:12 +0000 Subject: [PATCH] Fix an old-style doxygen comment. llvm-svn: 173027 --- llvm/include/llvm/Analysis/InlineCost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;