summaryrefslogtreecommitdiffstats
path: root/polly
diff options
context:
space:
mode:
Diffstat (limited to 'polly')
-rw-r--r--polly/lib/Transform/ForwardOpTree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Transform/ForwardOpTree.cpp b/polly/lib/Transform/ForwardOpTree.cpp
index a99b513ab48..e0fd57814c7 100644
--- a/polly/lib/Transform/ForwardOpTree.cpp
+++ b/polly/lib/Transform/ForwardOpTree.cpp
@@ -104,8 +104,8 @@ private:
/// DoIt==true if an operand tree is not known to be
/// forwardable.
///
- /// @return When DoIt==true, return whether the operand tree can be forwarded.
- /// When DoIt==false, return FD_DidForward.
+ /// @return If DoIt==false, return whether the operand tree can be forwarded.
+ /// If DoIt==true, return FD_DidForward.
ForwardingDecision canForwardTree(ScopStmt *TargetStmt, Value *UseVal,
ScopStmt *UseStmt, Loop *UseLoop,
bool DoIt) {
OpenPOWER on IntegriCloud