We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcb8c6 commit 1213343Copy full SHA for 1213343
include/swift/SIL/PrunedLiveness.h
@@ -705,7 +705,7 @@ class PrunedLiveRange : public PrunedLiveness {
705
/// Precondition: \p liveness.getDiscoveredBlocks() is a valid list of all
706
/// live blocks with no duplicates.
707
///
708
- /// The computed boundary will completely post-dominate, including dead end
+ /// The computed boundary will completely post-dominated, including dead end
709
/// paths. The client should query DeadEndBlocks to ignore those dead end
710
/// paths.
711
void computeBoundary(PrunedLivenessBoundary &boundary) const;
0 commit comments