diff options
author | Nicola Zaghen <nicola.zaghen@imgtec.com> | 2018-05-14 13:54:39 +0000 |
---|---|---|
committer | Nicola Zaghen <nicola.zaghen@imgtec.com> | 2018-05-14 13:54:39 +0000 |
commit | ded3dae331b8344677225de77e5ac0bfcd96438a (patch) | |
tree | 6235f102e35e73e4a137dcb478aa023a5012db4a /llvm/docs | |
parent | fb9dde7040988e5b5f580e74ebbeabf0fbc70651 (diff) | |
download | bcm5719-llvm-ded3dae331b8344677225de77e5ac0bfcd96438a.tar.gz bcm5719-llvm-ded3dae331b8344677225de77e5ac0bfcd96438a.zip |
Docs: Fix the title underline too short.
llvm-svn: 332245
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ProgrammersManual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index aef0d207f07..4098f38e671 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 |