Fix LLVM Sphinx build
authorAaron Ballman <aaron@aaronballman.com>
Mon, 30 Jan 2023 12:36:51 +0000 (07:36 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 30 Jan 2023 12:36:51 +0000 (07:36 -0500)
This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/31313

llvm/docs/Passes.rst

index 88f4a26..27afe73 100644 (file)
@@ -157,7 +157,7 @@ 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-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