mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[blot-map-vector] Merge blot/erase => erase.
They do the same thing.
This commit is contained in:
@@ -506,10 +506,10 @@ void BBEnumTagDataflowState::mergePredecessorStates() {
|
||||
} while (PI != PE);
|
||||
|
||||
for (unsigned ID : CurBBValuesToBlot) {
|
||||
ValueToCaseMap.blot(ID);
|
||||
ValueToCaseMap.erase(ID);
|
||||
}
|
||||
for (unsigned ID : PredBBValuesToBlot) {
|
||||
EnumToEnumBBCaseListMap.blot(ID);
|
||||
EnumToEnumBBCaseListMap.erase(ID);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user