This removes a few interfaces from AliasSetTracker that are dead in-tree.
Anyone sees a reason to keep them alive?
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
+1 for the cleanup. The containsPointer interface does linear search to find the match which can be bad for compile time performance when used.