diff --git a/llvm/docs/CommandGuide/lli.rst b/llvm/docs/CommandGuide/lli.rst index 76d6e5f472b78..94c001380441f 100644 --- a/llvm/docs/CommandGuide/lli.rst +++ b/llvm/docs/CommandGuide/lli.rst @@ -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