[PATCH] D100797: Reset NextFnNum in MachineModuleInfo::initialize

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 14:55:00 PDT 2021


bogner accepted this revision.
bogner added a comment.
This revision is now accepted and ready to land.

Probably better to switch all of these to C++11 style default member initializers and remove `initialize()` entirely. This is obviously correct either way though.


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