Skip to content

Commit 0225bca

Browse files
committed
!fixup update comment
1 parent 47fe302 commit 0225bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ SmallVector<VPRegisterUsage, 8> llvm::calculateRegisterUsageForPlan(
593593
LLVM_DEBUG(dbgs() << "LV(REG): At #" << Idx << " Interval # "
594594
<< OpenIntervals.size() << '\n');
595595

596-
// Add the VPValues defined by the current recipe to the list of open
596+
// Add used VPValues defined by the current recipe to the list of open
597597
// intervals.
598598
for (VPValue *DefV : R->definedValues())
599599
if (Ends.contains(DefV))

0 commit comments

Comments
 (0)