From: Dan Gohman Date: Mon, 18 May 2009 22:15:25 +0000 (+0000) Subject: Update a comment to reflect changes in the surrounding code. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=39592233304acbbeea8c53bac2b6a822a63a4c4b;p=oota-llvm.git Update a comment to reflect changes in the surrounding code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72051 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/ScalarEvolutionExpressions.h b/include/llvm/Analysis/ScalarEvolutionExpressions.h index 96b24bf7a02..2259512825b 100644 --- a/include/llvm/Analysis/ScalarEvolutionExpressions.h +++ b/include/llvm/Analysis/ScalarEvolutionExpressions.h @@ -220,7 +220,7 @@ namespace llvm { 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 {