[blot-map-vector] Merge blot/erase => erase.

They do the same thing.
This commit is contained in:
Michael Gottesman
2018-04-02 10:07:15 -07:00
parent e1ca63ccb8
commit 2007badf6b
7 changed files with 27 additions and 34 deletions

View File

@@ -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);
}
}