[PATCH] D91327: [NewPM] Redesign of PreserveCFG Checker
Jakub Kuderski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 22 22:09:41 PST 2020
kuhar added inline comments.
================
Comment at: llvm/include/llvm/Passes/StandardInstrumentations.h:134
public:
static cl::opt<bool> VerifyPreservedCFG;
----------------
yrouban wrote:
> kuhar wrote:
> > not necessary anymore
> there can bee a need to disabled/enable (e.g. for some tests or for debugging).
I meant the 'public:'. You made everything public at the very top of the class.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91327/new/
https://reviews.llvm.org/D91327
More information about the cfe-commits
mailing list