We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db26d3 commit a6e5326Copy full SHA for a6e5326
llvm/include/llvm/Support/PropertySetIO.h
@@ -238,7 +238,6 @@ class PropertySetRegistry {
238
if (PropertySetIt == PropSetMap.end())
239
return;
240
auto &PropertySet = PropertySetIt->second;
241
- PropertySet.erase(PropertySet.find(PropName));
242
auto PropIt = PropertySet.find(PropName);
243
if (PropIt == PropertySet.end())
244
0 commit comments