summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-26 17:42:32 +0000
committerDan Gohman <gohman@apple.com>2009-05-26 17:42:32 +0000
commitfae6edc6f299ec46bf1cedebf9f303ae1dedd367 (patch)
treefa11d97e69f1e997d8ce149df0bbfe404bdbed12
parent9fe212806bfb75d51b9b23d2aa9b5d96a816eef7 (diff)
downloadbcm5719-llvm-fae6edc6f299ec46bf1cedebf9f303ae1dedd367.tar.gz
bcm5719-llvm-fae6edc6f299ec46bf1cedebf9f303ae1dedd367.zip
Give SCEVNaryExpr a doxygen comment.
llvm-svn: 72423
-rw-r--r--llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h b/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
index 2259512825b..264447ef86a 100644
--- a/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
+++ b/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
@@ -194,6 +194,10 @@ namespace llvm {
};
+ //===--------------------------------------------------------------------===//
+ /// SCEVNAryExpr - This node is a base class providing common
+ /// functionality for n'ary operators.
+ ///
class SCEVNAryExpr : public SCEV {
protected:
std::vector<SCEVHandle> Operands;
OpenPOWER on IntegriCloud