From ded3dae331b8344677225de77e5ac0bfcd96438a Mon Sep 17 00:00:00 2001 From: Nicola Zaghen Date: Mon, 14 May 2018 13:54:39 +0000 Subject: [PATCH] Docs: Fix the title underline too short. llvm-svn: 332245 --- llvm/docs/ProgrammersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index aef0d20..4098f38 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/docs/ProgrammersManual.rst @@ -1021,7 +1021,7 @@ be passed by value. .. _DEBUG: The ``LLVM_DEBUG()`` macro and ``-debug`` option -------------------------------------------- +------------------------------------------------ Often when working on your pass you will put a bunch of debugging printouts and other code into your pass. After you get it working, you want to remove it, but -- 2.7.4