[Mlir-commits] [mlir] 23bcfbc - Add comment to describe a field member (NFC)

Mehdi Amini llvmlistbot at llvm.org
Thu Sep 3 22:25:54 PDT 2020


Author: Mehdi Amini
Date: 2020-09-04T05:25:35Z
New Revision: 23bcfbcc9866b78c7229cc7afb087d0f5d3e8b2f

URL: https://github.com/llvm/llvm-project/commit/23bcfbcc9866b78c7229cc7afb087d0f5d3e8b2f
DIFF: https://github.com/llvm/llvm-project/commit/23bcfbcc9866b78c7229cc7afb087d0f5d3e8b2f.diff

LOG: Add comment to describe a field member (NFC)

Address post-review comment.

Added: 
    

Modified: 
    mlir/include/mlir/Pass/PassManager.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Pass/PassManager.h b/mlir/include/mlir/Pass/PassManager.h
index ec88485cd3ef..9aace79f2053 100644
--- a/mlir/include/mlir/Pass/PassManager.h
+++ b/mlir/include/mlir/Pass/PassManager.h
@@ -308,6 +308,7 @@ class PassManager : public OpPassManager {
   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.


        


More information about the Mlir-commits mailing list