[PATCH] D64183: [NewPM] Port MachineModuleInfo to the new pass manager.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 23:17:32 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineModuleInfo.h:291
+
+  MachineModuleAnalysis(const LLVMTargetMachine *TM) : TM(TM){};
+
----------------
`{};` -> ` {}`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64183/new/

https://reviews.llvm.org/D64183





More information about the llvm-commits mailing list