forked from OSchip/llvm-project
Add comment to describe a field member (NFC)
Address post-review comment.
This commit is contained in:
parent
8514ecb02d
commit
23bcfbcc98
|
@ -308,6 +308,7 @@ private:
|
|||
runWithCrashRecovery(MutableArrayRef<std::unique_ptr<Pass>> passes,
|
||||
ModuleOp module, AnalysisManager am);
|
||||
|
||||
/// Context this PassManager was initialized with.
|
||||
MLIRContext *context;
|
||||
|
||||
/// Flag that specifies if pass statistics should be dumped.
|
||||
|
|
Loading…
Reference in New Issue