Fix an old-style doxygen comment.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 21 Jan 2013 11:39:12 +0000 (11:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 21 Jan 2013 11:39:12 +0000 (11:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173027 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/InlineCost.h

index 5713fb44fcd69546c312f463cc99864d57399097..dfdfe3e4f8e8b9edef698c291376934d9f2e7ae3 100644 (file)
@@ -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;