Fix an old-style doxygen comment.

llvm-svn: 173027
This commit is contained in:
Chandler Carruth
2013-01-21 11:39:12 +00:00
parent 362286f34c
commit 664e570b59

View 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;