llvm-project
11b4f110
- [llvm] Remove unused includes of SmallSet.h (NFC) (#154893)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
42 days ago
[llvm] Remove unused includes of SmallSet.h (NFC) (#154893) We just replaced SmallSet<T *, N> with SmallPtrSet<T *, N>, bypassing the redirection found in SmallSet.h. With that, we no longer need to include SmallSet.h in many files.
References
#154893 - [llvm] Remove unused includes of SmallSet.h (NFC)
Author
kazutakahirata
Parents
4b9c8288
Loading