diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-21 11:39:12 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-21 11:39:12 +0000 |
| commit | 664e570b59cfd403aecbe6374465f9a6a3f404da (patch) | |
| tree | 5abfd05ba5a6c75ca3606e51764ec3949a511649 | |
| parent | 362286f34c4434bd6622418e2f35c2a2ea76a8ab (diff) | |
| download | bcm5719-llvm-664e570b59cfd403aecbe6374465f9a6a3f404da.tar.gz bcm5719-llvm-664e570b59cfd403aecbe6374465f9a6a3f404da.zip | |
Fix an old-style doxygen comment.
llvm-svn: 173027
| -rw-r--r-- | llvm/include/llvm/Analysis/InlineCost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/InlineCost.h b/llvm/include/llvm/Analysis/InlineCost.h index 5713fb44fcd..dfdfe3e4f8e 100644 --- a/llvm/include/llvm/Analysis/InlineCost.h +++ b/llvm/include/llvm/Analysis/InlineCost.h @@ -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; |

