The methods added by D154177 don't require the symbolSet parameter to be mutable nor to have the SmallVectorImpl type, so this commit changes them to accept ArrayRef instead: both for generality, and to make the non-mutation an explicit part of the API.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo