From cc0b670abf93c9c826885ab67125857469a1b8a6 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 4 Aug 2020 16:31:13 +0100 Subject: [PATCH] Fix sphinx "Title underline too short" warning --- 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 13317ec..2ff28eb 100644 --- a/llvm/docs/Passes.rst +++ b/llvm/docs/Passes.rst @@ -525,7 +525,7 @@ redundant stores. .. _passes-function-attrs: ``-function-attrs``: Deduce function attributes ----------------------------------------------- +----------------------------------------------- A simple interprocedural pass which walks the call-graph, looking for functions which do not access or only read non-local memory, and marking them -- 2.7.4