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 c421537 commit 84b186eCopy full SHA for 84b186e
include/swift/SIL/PrunedLiveness.h
@@ -862,7 +862,7 @@ class MultiDefPrunedLiveness : public PrunedLiveRange<MultiDefPrunedLiveness> {
862
void findBoundariesInBlock(SILBasicBlock *block, bool isLiveOut,
863
PrunedLivenessBoundary &boundary) const;
864
865
- /// Compute liveness for a all currently initialized definitions. The
+ /// Compute liveness for all currently initialized definitions. The
866
/// lifetime-ending uses are also recorded--destroy_value or
867
/// end_borrow. However destroy_values might not jointly-post dominate if
868
/// dead-end blocks are present.
0 commit comments