Skip to content

Commit d98ccb0

Browse files
committed
Fix a comment merge error
1 parent 52b87c2 commit d98ccb0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/swift/SIL/PrunedLiveness.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,6 @@ class SSAPrunedLiveness : public PrunedLiveRange<SSAPrunedLiveness> {
668668
/// Compute liveness for a single SSA definition. The lifetime-ending uses are
669669
/// also recorded--destroy_value or end_borrow.
670670
///
671-
/// This only handles simple liveness in which this definition reaches all
672-
/// uses without involving phis. If the returned summary includes
673-
/// InnerBorrowKind::Reborrow, then the potentially non-dominated uses are
674-
/// not included.
675-
///
676671
/// This only handles simple liveness in which all uses are dominated by the
677672
/// definition. If the returned summary includes InnerBorrowKind::Reborrow,
678673
/// then the resulting liveness does not includes potentially non-dominated

0 commit comments

Comments
 (0)