There's no caller to promoteIndirectCalls that would pass a nullptr
ModuleAnalysisManager, so passing it by reference does away with a
bunch of nullptr tests, and also removes the need for a "OwnedORE".
Details
Details
- Reviewers
xur - Commits
- rGcdfd1475c0b8: [nfc] simplify promoteIndirectCalls
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo