[llvm-commits] [llvm] r173027 - /llvm/trunk/include/llvm/Analysis/InlineCost.h
Chandler Carruth
chandlerc at gmail.com
Mon Jan 21 03:39:12 PST 2013
Author: chandlerc
Date: Mon Jan 21 05:39:12 2013
New Revision: 173027
URL: http://llvm.org/viewvc/llvm-project?rev=173027&view=rev
Log:
Fix an old-style doxygen comment.
Modified:
llvm/trunk/include/llvm/Analysis/InlineCost.h
Modified: llvm/trunk/include/llvm/Analysis/InlineCost.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/InlineCost.h?rev=173027&r1=173026&r2=173027&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/InlineCost.h (original)
+++ llvm/trunk/include/llvm/Analysis/InlineCost.h Mon Jan 21 05:39:12 2013
@@ -96,7 +96,7 @@
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;
More information about the llvm-commits
mailing list