[llvm] fc069f0 - [doc] Fix typo in rel lookup table converter pass

Gulfem Savrun Yeniceri via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 16:27:08 PDT 2021


Author: Gulfem Savrun Yeniceri
Date: 2021-03-22T23:25:06Z
New Revision: fc069f0165bf53ae08a98bf1c2a61b5f3727bbeb

URL: https://github.com/llvm/llvm-project/commit/fc069f0165bf53ae08a98bf1c2a61b5f3727bbeb
DIFF: https://github.com/llvm/llvm-project/commit/fc069f0165bf53ae08a98bf1c2a61b5f3727bbeb.diff

LOG: [doc] Fix typo in rel lookup table converter pass

Add additonal hypens to match the title size that was introduced in 78a65cd.

Added: 
    

Modified: 
    llvm/docs/Passes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst
index 5b17983377e4..d80dd8d21eab 100644
--- a/llvm/docs/Passes.rst
+++ b/llvm/docs/Passes.rst
@@ -974,7 +974,7 @@ at 2), which effectively gives values in deep loops higher rank than values not
 in loops.
 
 ``-rel-lookup-table-converter``: Relative lookup table converter
------------------------------------------
+----------------------------------------------------------------
 
 This pass converts lookup tables to PIC-friendly relative lookup tables.
 


        


More information about the llvm-commits mailing list