Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][Utils] Eliminate DISubprogram set from BuildDebugInfoMDMap (#11…
…8625) Summary: Previously, we'd add all SPs distinct from the cloned one into a set. Then when cloning a local scope we'd check if it's from one of those 'distinct' SPs by checking if it's in the set. We don't need to do that. We can just check against the cloned SP directly and drop the set. Test Plan: ninja check-llvm-unit check-llvm
- Loading branch information