[PATCH] D100797: Reset NextFnNum in MachineModuleInfo::initialize
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 15:11:56 PDT 2021
dsanders added a comment.
It turns out someone already added C++11 default initializers but they're not used in this case. MachineModuleInfo could use some better commenting about its lifetime so I'll add that in a follow-up at the same time as renaming it
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100797/new/
https://reviews.llvm.org/D100797
More information about the llvm-commits
mailing list