File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ class Pass {
182
182
// / invoked within this hook.
183
183
// / This method is invoked after all dependent dialects for the pipeline are
184
184
// / loaded, and is not allowed to load any further dialects (override the
185
- // / `geDependentDialects ()` for this purpose instead). Returns a LogicalResult
185
+ // / `getDependentDialects ()` for this purpose instead). Returns a LogicalResult
186
186
// / to indicate failure, in which case the pass pipeline won't execute.
187
187
virtual LogicalResult initialize (MLIRContext *context) { return success (); }
188
188
Original file line number Diff line number Diff line change @@ -820,7 +820,7 @@ LogicalResult PassManager::run(Operation *op) {
820
820
if (failed (getImpl ().finalizePassList (context)))
821
821
return failure ();
822
822
823
- // Notify the context that we start running a pipeline for book keeping .
823
+ // Notify the context that we start running a pipeline for bookkeeping .
824
824
context->enterMultiThreadedExecution ();
825
825
826
826
// Initialize all of the passes within the pass manager with a new generation.
You can’t perform that action at this time.
0 commit comments