[PATCH] D83519: [NewPM] Support optnone under new pass manager

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 21 14:25:50 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Passes/StandardInstrumentations.h:77
+  StandardInstrumentations(bool DebugLogging)
+      : PrintIR(), TimePasses(), OptNone(DebugLogging) {}
 
----------------
(No need to change) PrintIR & TimePasses don't need to appear in the initializer list. They would be default initialized.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83519





More information about the cfe-commits mailing list