[llvm] e6d972d - Fix LLVM sphinx docs, redux
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 04:46:50 PST 2023
Author: Aaron Ballman
Date: 2023-01-30T07:46:20-05:00
New Revision: e6d972d10f95a21b77634f390bfbb86134c3a7a0
URL: https://github.com/llvm/llvm-project/commit/e6d972d10f95a21b77634f390bfbb86134c3a7a0
DIFF: https://github.com/llvm/llvm-project/commit/e6d972d10f95a21b77634f390bfbb86134c3a7a0.diff
LOG: Fix LLVM sphinx docs, redux
I missed a second title with too short of underlining.
Added:
Modified:
llvm/docs/Passes.rst
Removed:
################################################################################
diff --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst
index 27afe735874c..7236408ecfa1 100644
--- a/llvm/docs/Passes.rst
+++ b/llvm/docs/Passes.rst
@@ -164,7 +164,7 @@ This pass, only available in ``opt``, prints the post dominator tree into a
to convert it to postscript or some other suitable format.
``-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
``.dot`` graph, omitting the function bodies. This graph can then be processed
More information about the llvm-commits
mailing list