mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix an old-style doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173027 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ef13242ab
commit
78e1cdaba3
@ -96,7 +96,7 @@ public:
|
|||||||
int getCostDelta() const { return Threshold - getCost(); }
|
int getCostDelta() const { return Threshold - getCost(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
/// InlineCostAnalyzer - Cost analyzer used by inliner.
|
/// \brief Cost analyzer used by inliner.
|
||||||
class InlineCostAnalyzer {
|
class InlineCostAnalyzer {
|
||||||
// DataLayout if available, or null.
|
// DataLayout if available, or null.
|
||||||
const DataLayout *TD;
|
const DataLayout *TD;
|
||||||
|
Loading…
Reference in New Issue
Block a user