forked from OSchip/llvm-project
[Docs] Fix sphinx warning.
Fix sphinx warning over an ambigious reference.
This commit is contained in:
parent
63cf704081
commit
fb55d56fcf
|
@ -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>` are constrained by strict
|
||||
:doc:`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
|
||||
|
|
Loading…
Reference in New Issue