This patch initializes all class variables in InlineOrder.cpp for
safety just in case we miss them in constructors. Currently, all
these variables are properly initialized in their respective
constructors.
Details
Details
- Reviewers
mtrofin - Commits
- rGba7cf9d18a0d: [ModuleInliner] Initialize variables (NFC)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo