mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Fix an old-style doxygen comment.
llvm-svn: 173027
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user