Make occupiesMoreThan a protected member of SwiftABIInfo.
This method is only used by implementations of SwiftABIInfo.
Making it protected will allow to use it after the implementations
are moved to dedicated cpp files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Remnant of D130394