Skip to content

Commit 95ddb95

Browse files
committed
modify comments
1 parent 632f482 commit 95ddb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachineOutliner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ void MachineOutliner::findCandidates(
594594
unsigned NumKept = 0;
595595
#endif
596596
// Sort the start indices so that we can efficiently check if candidates
597-
// overlap with each other in MachineOutliner::findCandidates().
597+
// overlap with the ones we've already found for this sequence.
598598
llvm::sort(RS.StartIndices);
599599
for (const unsigned &StartIdx : RS.StartIndices) {
600600
// Trick: Discard some candidates that would be incompatible with the

0 commit comments

Comments
 (0)