summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-21 11:39:12 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-21 11:39:12 +0000
commit664e570b59cfd403aecbe6374465f9a6a3f404da (patch)
tree5abfd05ba5a6c75ca3606e51764ec3949a511649
parent362286f34c4434bd6622418e2f35c2a2ea76a8ab (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud