[PATCH] D81558: [NewPM] Introduce PreserveCFG check

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 11:19:35 PDT 2020


kuhar added inline comments.


================
Comment at: llvm/include/llvm/Passes/StandardInstrumentations.h:78-79
 
+class BasicBlock;
+class Function;
+
----------------
nit: could you move these just next to the forward-declaration for `Module`?


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

https://reviews.llvm.org/D81558



More information about the llvm-commits mailing list