Index: SLPVectorizer.cpp =================================================================== --- SLPVectorizer.cpp +++ SLPVectorizer.cpp @@ -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.