[PATCH] D91327: [NewPM] Redesign of PreserveCFG Checker
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 10:23:06 PST 2020
kuhar added a comment.
Looks fine to me, but I'm not confident enough to give an approval.
================
Comment at: llvm/lib/Passes/StandardInstrumentations.cpp:733-735
+ static AnalysisKey Key;
+
+public:
----------------
This is already public
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91327/new/
https://reviews.llvm.org/D91327
More information about the llvm-commits
mailing list