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
This commit is contained in:
Dan Gohman 2009-05-18 22:15:25 +00:00
parent a7185b21d8
commit 3959223330

View File

@ -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 {