mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename PrunedLiveness.clear() to invalidate()
Because SILBitfield cannot be cleared.
This commit is contained in:
@@ -78,7 +78,7 @@ struct CheckerLivenessInfo {
|
||||
|
||||
void clear() {
|
||||
defUseWorklist.clear();
|
||||
liveness.clear();
|
||||
liveness.invalidate();
|
||||
consumingUse.clear();
|
||||
interiorPointerTransitiveUses.clear();
|
||||
nonLifetimeEndingUsesInLiveOut.clear();
|
||||
|
||||
Reference in New Issue
Block a user