[llvm] ef27725 - [Docs] Rename -dot-postdom -> -dom-post-dom in Passes.rst. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 29 22:52:38 PST 2023
Author: Craig Topper
Date: 2023-01-29T22:52:07-08:00
New Revision: ef277256d76a08906ff0032bbd64b724674c23d4
URL: https://github.com/llvm/llvm-project/commit/ef277256d76a08906ff0032bbd64b724674c23d4
DIFF: https://github.com/llvm/llvm-project/commit/ef277256d76a08906ff0032bbd64b724674c23d4.diff
LOG: [Docs] Rename -dot-postdom -> -dom-post-dom in Passes.rst. NFC
Same for -dot-postdom-only.
Looks like these passes got renamed when they moved to the new
pass manager.
Added:
Modified:
llvm/docs/Passes.rst
Removed:
################################################################################
diff --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst
index ea5f74dc45c93..88f4a26427af4 100644
--- a/llvm/docs/Passes.rst
+++ b/llvm/docs/Passes.rst
@@ -156,14 +156,14 @@ This pass, only available in ``opt``, prints the dominator tree into a ``.dot``
graph, omitting the function bodies. This graph can then be processed with the
:program:`dot` tool to convert it to postscript or some other suitable format.
-``-dot-postdom``: Print postdominance tree of function to "dot" file
+``-dot-post-dom``: Print postdominance tree of function to "dot" file
--------------------------------------------------------------------
This pass, only available in ``opt``, prints the post dominator tree into a
``.dot`` graph. This graph can then be processed with the :program:`dot` tool
to convert it to postscript or some other suitable format.
-``-dot-postdom-only``: Print postdominance tree of function to "dot" file (with no function bodies)
+``-dot-post-dom-only``: Print postdominance tree of function to "dot" file (with no function bodies)
---------------------------------------------------------------------------------------------------
This pass, only available in ``opt``, prints the post dominator tree into a
More information about the llvm-commits
mailing list