diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -209,12 +209,14 @@ A non-symbolized branch instruction with a local target and pc-relative memory access like .. code-block:: none + cmp eax, dword ptr [rip + 4112] jge 0x20117e <_start+0x25> might become .. code-block:: none + : cmp eax, dword ptr jge