llvm-project
e8755e71 - [ADT] "Inline" TestAndEraseFromMap into PriorityWorklist.h (NFC) (#156596)

Commit
6 days ago
[ADT] "Inline" TestAndEraseFromMap into PriorityWorklist.h (NFC) (#156596) TestAndEraseFromMap is used only from PriorityWorklist::erase_if. This patch "inlines" the struct into its sole user in the form of a lambda function, eliminating a lot of boilerplate code.
Parents
Loading