Skip to content

Commit 1213343

Browse files
committed
Fix PrunedLiveness comment typo
1 parent 8bcb8c6 commit 1213343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/PrunedLiveness.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ class PrunedLiveRange : public PrunedLiveness {
705705
/// Precondition: \p liveness.getDiscoveredBlocks() is a valid list of all
706706
/// live blocks with no duplicates.
707707
///
708-
/// The computed boundary will completely post-dominate, including dead end
708+
/// The computed boundary will completely post-dominated, including dead end
709709
/// paths. The client should query DeadEndBlocks to ignore those dead end
710710
/// paths.
711711
void computeBoundary(PrunedLivenessBoundary &boundary) const;

0 commit comments

Comments
 (0)