summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend
diff options
context:
space:
mode:
authorkristina <notstina@gmail.com>2019-11-16 23:23:26 +0000
committerkristina <notstina@gmail.com>2019-11-16 23:23:26 +0000
commitfb55d56fcfaf5035e8ad77ef293587e26f0b159b (patch)
treee22381980ecf612d087def32b169c280288b12c6 /llvm/docs/tutorial/MyFirstLanguageFrontend
parent63cf7040814e3b190a3b5a65858d8d59ab47b74d (diff)
downloadbcm5719-llvm-fb55d56fcfaf5035e8ad77ef293587e26f0b159b.tar.gz
bcm5719-llvm-fb55d56fcfaf5035e8ad77ef293587e26f0b159b.zip
[Docs] Fix sphinx warning.
Fix sphinx warning over an ambigious reference.
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend')
-rw-r--r--llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
index 9b6df015bbd..c172477a865 100644
--- a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
+++ b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
@@ -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
OpenPOWER on IntegriCloud