From e6d972d10f95a21b77634f390bfbb86134c3a7a0 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 30 Jan 2023 07:46:20 -0500 Subject: [PATCH] Fix LLVM sphinx docs, redux I missed a second title with too short of underlining. --- llvm/docs/Passes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst index 27afe73..7236408 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 -- 2.7.4