summaryrefslogtreecommitdiff
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
commit78e1cdaba3cad6e85ff631542052bbb718c7e588 (patch)
tree6d965f0d591763de644336756b0d56c4d3e3406b
parent4ef13242ab7473de62c2c4d77de3c69d362bd9ef (diff)
downloadllvm-78e1cdaba3cad6e85ff631542052bbb718c7e588.tar.gz
llvm-78e1cdaba3cad6e85ff631542052bbb718c7e588.tar.bz2
llvm-78e1cdaba3cad6e85ff631542052bbb718c7e588.tar.xz
Fix an old-style doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173027 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Analysis/InlineCost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h
index 5713fb44fc..dfdfe3e4f8 100644
--- a/include/llvm/Analysis/InlineCost.h
+++ b/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;