[llvm-commits] [llvm] r72051 - /llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpressions.h

Dan Gohman gohman at apple.com
Mon May 18 15:15:25 PDT 2009


Author: djg
Date: Mon May 18 17:15:25 2009
New Revision: 72051

URL: http://llvm.org/viewvc/llvm-project?rev=72051&view=rev
Log:
Update a comment to reflect changes in the surrounding code.

Modified:
    llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpressions.h

Modified: llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpressions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpressions.h?rev=72051&r1=72050&r2=72051&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpressions.h (original)
+++ llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpressions.h Mon May 18 17:15:25 2009
@@ -220,7 +220,7 @@
       return true;
     }
 
-    // hasComputableLoopEvolution - Commutative expressions have computable loop
+    // hasComputableLoopEvolution - N-ary expressions have computable loop
     // evolutions iff they have at least one operand that varies with the loop,
     // but that all varying operands are computable.
     virtual bool hasComputableLoopEvolution(const Loop *L) const {





More information about the llvm-commits mailing list