Skip to content

Commit

Permalink
Correct pass name
Browse files Browse the repository at this point in the history
Co-Authored-By: Zhi <[email protected]>
  • Loading branch information
slyubomirsky and zhiics committed Jul 23, 2019
1 parent 9044746 commit 63a126f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/relay_add_pass.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ so ``InferType`` is a common dependency; others may depend on the program's bein
A-normal form, via the ``ToANormalForm`` pass.

Note that the ``PassContext`` object contains information a pass uses for
error reporting and configuration options; ``FoldContext`` does not need
error reporting and configuration options; ``FoldConstant`` does not need
this information but other passes may reference their ``PassContext`` objects.

The pass can now be invoked via the pass infrastructure, though it's a good idea to
Expand Down

0 comments on commit 63a126f

Please sign in to comment.