[llvm] 5e782e7 - [Docs] Remove stray :doc: directive.
via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 16 15:34:32 PST 2019
Author: kristina
Date: 2019-11-16T23:32:48Z
New Revision: 5e782e74b37f054f7ac84489ad90081674c1d845
URL: https://github.com/llvm/llvm-project/commit/5e782e74b37f054f7ac84489ad90081674c1d845
DIFF: https://github.com/llvm/llvm-project/commit/5e782e74b37f054f7ac84489ad90081674c1d845.diff
LOG: [Docs] Remove stray :doc: directive.
Added:
Modified:
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
Removed:
################################################################################
diff --git a/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst b/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
index c172477a8652..25cae13415c2 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.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
More information about the llvm-commits
mailing list