Index: SLPVectorizer.cpp =================================================================== --- SLPVectorizer.cpp +++ SLPVectorizer.cpp @@ -1996,7 +1996,7 @@ if (!isPowerOf2_32(Sz) || VF < 2) return false; - // Keep track of values that were delete by vectorizing in the loop below. + // Keep track of values that were deleted by vectorizing in the loop below. SmallVector TrackValues(Chain.begin(), Chain.end()); bool Changed = false; @@ -2175,7 +2175,7 @@ int Cost = R.getTreeCost(); if (Cost < -SLPCostThreshold) { - DEBUG(dbgs() << "SLP: Vectorizing pair at cost:" << Cost << ".\n"); + DEBUG(dbgs() << "SLP: Vectorizing list at cost:" << Cost << ".\n"); R.vectorizeTree(); // Move to the next bundle.