From ef277256d76a08906ff0032bbd64b724674c23d4 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 29 Jan 2023 22:50:43 -0800 Subject: [PATCH] [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. --- llvm/docs/Passes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst index ea5f74dc45c9..88f4a26427af 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