diff --git a/compiler/optimizations/gpuTransforms.cpp b/compiler/optimizations/gpuTransforms.cpp index 44c594819031..234f6f0b764e 100644 --- a/compiler/optimizations/gpuTransforms.cpp +++ b/compiler/optimizations/gpuTransforms.cpp @@ -1591,9 +1591,6 @@ void GpuKernel::generateOobCondNoIPT(Symbol* localUpperBound) { * CForLoop(; index[0] <= threadBound; for all i: index[i] += 1) { * // empty block stored in this->userBody_ * } - * - * With multiple indices, the following are taken for the first index: - * index, lowerBound, upperBound */ void GpuKernel::generateLoopOverIPT(Symbol* upperBound) { // initBlock is empty, inits are added in generateIndexComputation()