[docs][lli] Fix lli rst docs formatting
authorLuís Marques <luismarques@lowrisc.org>
Wed, 19 Jan 2022 21:53:43 +0000 (21:53 +0000)
committerLuís Marques <luismarques@lowrisc.org>
Wed, 19 Jan 2022 21:54:15 +0000 (21:54 +0000)
Differential Revision: https://reviews.llvm.org/D109092

llvm/docs/CommandGuide/lli.rst

index 76d6e5f..94c0013 100644 (file)
@@ -174,7 +174,8 @@ CODE GENERATION OPTIONS
  .. code-block:: text
 
       =bigblock: Big-block register allocator
-      =linearscan: linear scan register allocator =local -   local register allocator
+      =linearscan: linear scan register allocator
+      =local: local register allocator
       =simple: simple register allocator
 
 .. option:: -relocation-model=model
@@ -184,7 +185,8 @@ CODE GENERATION OPTIONS
  .. code-block:: text
 
       =default: Target default relocation model
-      =static: Non-relocatable code =pic -   Fully relocatable, position independent code
+      =static: Non-relocatable code
+      =pic: Fully relocatable, position independent code
       =dynamic-no-pic: Relocatable external references, non-relocatable code
 
 .. option:: -spiller