1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[Docs] Remove stray :doc: directive.

This commit is contained in:
kristina 2019-11-16 23:32:48 +00:00
parent 60e7ad1b64
commit a720bceef7

View File

@ -196,7 +196,7 @@ automatically provide each one with an increasing, unique numeric
suffix. Local value names for instructions are purely optional, but it
makes it much easier to read the IR dumps.
:doc:`LLVM instructions <../../LangRef.html#instruction-reference>`_ are constrained by strict
`LLVM instructions <../../LangRef.html#instruction-reference>`_ are constrained by strict
rules: for example, the Left and Right operators of an `add
instruction <../../LangRef.html#add-instruction>`_ must have the same type, and the
result type of the add must match the operand types. Because all values