diff options
author | Dan Gohman <gohman@apple.com> | 2009-05-18 22:15:25 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-05-18 22:15:25 +0000 |
commit | 39592233304acbbeea8c53bac2b6a822a63a4c4b (patch) | |
tree | 753dca4f426d704fa76e6116efc2e44db9e14104 | |
parent | a7185b21d8afc50539a5623112a9a6b4ba4b0f54 (diff) |
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
-rw-r--r-- | include/llvm/Analysis/ScalarEvolutionExpressions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ScalarEvolutionExpressions.h b/include/llvm/Analysis/ScalarEvolutionExpressions.h index 96b24bf7a0..2259512825 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 { |