Trivial doc change: fix link in tutorial
Stanislav Manilov
stanislav.manilov at gmail.com
Tue Mar 17 13:12:27 PDT 2015
A link to the IRBuilder in Chapter 3 of the LLVM Kaleidoscope tutorial was
broken and is fixed by this patch.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150317/94e4aee0/attachment.html>
-------------- next part --------------
Index: docs/tutorial/LangImpl3.rst
===================================================================
--- docs/tutorial/LangImpl3.rst (revision 232532)
+++ docs/tutorial/LangImpl3.rst (working copy)
@@ -85,7 +85,7 @@
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.
More information about the llvm-commits
mailing list