[llvm] r232546 - [docs] Fix some malformed links.
Sean Silva
chisophugis at gmail.com
Tue Mar 17 14:02:37 PDT 2015
Author: silvas
Date: Tue Mar 17 16:02:37 2015
New Revision: 232546
URL: http://llvm.org/viewvc/llvm-project?rev=232546&view=rev
Log:
[docs] Fix some malformed links.
Patch by Stanislav Manilov!
Modified:
llvm/trunk/docs/tutorial/LangImpl3.rst
llvm/trunk/docs/tutorial/OCamlLangImpl3.rst
Modified: llvm/trunk/docs/tutorial/LangImpl3.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl3.rst?rev=232546&r1=232545&r2=232546&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl3.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl3.rst Tue Mar 17 16:02:37 2015
@@ -85,7 +85,7 @@ structure that the LLVM IR uses to conta
The ``Builder`` object is a helper object that makes it easy to generate
LLVM instructions. Instances of the
-```IRBuilder`` <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
+`IRBuilder <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
class template keep track of the current place to insert instructions
and has methods to create new instructions.
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl3.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl3.rst?rev=232546&r1=232545&r2=232546&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl3.rst (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl3.rst Tue Mar 17 16:02:37 2015
@@ -65,7 +65,7 @@ the top-level structure that the LLVM IR
The ``Codegen.builder`` object is a helper object that makes it easy to
generate LLVM instructions. Instances of the
-```IRBuilder`` <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
+`IRBuilder <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
class keep track of the current place to insert instructions and has
methods to create new instructions.
More information about the llvm-commits
mailing list