mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] OSSACanOwned: Renamed field.
This commit is contained in:
@@ -387,9 +387,9 @@ void CanonicalizeOSSALifetime::extendLivenessToDeadEnds() {
|
||||
|
||||
void CanonicalizeOSSALifetime::extendLivenessToDeinitBarriers() {
|
||||
SmallVector<SILInstruction *, 8> ends;
|
||||
if (currentLexicalLifetimeEnds.size() > 0) {
|
||||
if (explicitLifetimeEnds.size() > 0) {
|
||||
visitExtendedUnconsumedBoundary(
|
||||
currentLexicalLifetimeEnds,
|
||||
explicitLifetimeEnds,
|
||||
[&ends](auto *instruction, auto lifetimeEnding) {
|
||||
instruction->visitSubsequentInstructions([&](auto *next) {
|
||||
ends.push_back(next);
|
||||
|
||||
Reference in New Issue
Block a user