From fb55d56fcfaf5035e8ad77ef293587e26f0b159b Mon Sep 17 00:00:00 2001 From: kristina Date: Sat, 16 Nov 2019 23:23:26 +0000 Subject: [Docs] Fix sphinx warning. Fix sphinx warning over an ambigious reference. --- llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend') diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst index 9b6df015..c172477 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 ` 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 -- cgit v1.1