Rename PrunedLiveness.clear() to invalidate()

Because SILBitfield cannot be cleared.
This commit is contained in:
Andrew Trick
2023-03-21 14:12:57 -07:00
parent 15796e3ff9
commit ae64ff5cb0
9 changed files with 25 additions and 23 deletions

View File

@@ -78,7 +78,7 @@ struct CheckerLivenessInfo {
void clear() {
defUseWorklist.clear();
liveness.clear();
liveness.invalidate();
consumingUse.clear();
interiorPointerTransitiveUses.clear();
nonLifetimeEndingUsesInLiveOut.clear();