From 39592233304acbbeea8c53bac2b6a822a63a4c4b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 18 May 2009 22:15:25 +0000 Subject: [PATCH] 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 --- include/llvm/Analysis/ScalarEvolutionExpressions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1