mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
a7185b21d8
commit
3959223330
@ -220,7 +220,7 @@ namespace llvm {
|
|||||||
return true;
|
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,
|
// evolutions iff they have at least one operand that varies with the loop,
|
||||||
// but that all varying operands are computable.
|
// but that all varying operands are computable.
|
||||||
virtual bool hasComputableLoopEvolution(const Loop *L) const {
|
virtual bool hasComputableLoopEvolution(const Loop *L) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user