forked from OSchip/llvm-project
Update comment to be more clear.
This commit is contained in:
parent
dc20419351
commit
ef455a55bc
|
@ -712,7 +712,7 @@ bool ForLoopIndexUseVisitor::TraverseArraySubscriptExpr(ArraySubscriptExpr *E) {
|
|||
/// If we encounter a reference to IndexVar in an unpruned branch of the
|
||||
/// traversal, mark this loop as unconvertible.
|
||||
///
|
||||
/// This implements inclusions for convertible loops: any usages of IndexVar
|
||||
/// This determines the set of convertible loops: any usages of IndexVar
|
||||
/// not explicitly considered convertible by this traversal will be caught by
|
||||
/// this function.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue