diff --git a/llvm/lib/Transforms/Scalar/LoopInterchange.cpp b/llvm/lib/Transforms/Scalar/LoopInterchange.cpp --- a/llvm/lib/Transforms/Scalar/LoopInterchange.cpp +++ b/llvm/lib/Transforms/Scalar/LoopInterchange.cpp @@ -1069,8 +1069,8 @@ continue; // If we find the inner induction after an outer induction e.g. - // for(int i=0;igetLoop() == InnerLoop) { @@ -1083,8 +1083,8 @@ } } // If we find the outer induction after an inner induction e.g. - // for(int i=0;igetLoop() == OuterLoop) {