summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-05 18:02:15 +0000
committerChris Lattner <sabre@nondot.org>2007-11-05 18:02:15 +0000
commitf6e53df44184d0243292ddb86f299f20f59fc1a7 (patch)
tree16ba718f81b64762cae89f4d4b3ece4a2ef088eb /docs
parent20a0c80f7e3bfb396c3bb7750c20e5fabf829626 (diff)
downloadllvm-f6e53df44184d0243292ddb86f299f20f59fc1a7.tar.gz
llvm-f6e53df44184d0243292ddb86f299f20f59fc1a7.tar.bz2
llvm-f6e53df44184d0243292ddb86f299f20f59fc1a7.tar.xz
add link to llvmbuilder doxygen docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/LangImpl3.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html
index e16d1be5cc..59513ab3f6 100644
--- a/docs/tutorial/LangImpl3.html
+++ b/docs/tutorial/LangImpl3.html
@@ -96,7 +96,9 @@ a chunk of code. In many ways, it is the top-level structure that the LLVM IR
uses to contain code.</p>
<p>The <tt>Builder</tt> object is a helper object that makes it easy to generate
-LLVM instructions. The <tt>Builder</tt> keeps track of the current place to
+LLVM instructions. Instances of the <a
+href="http://llvm.org/doxygen/LLVMBuilder_8h-source.html"><tt>LLVMBuilder</tt>
+class</a> keeps track of the current place to
insert instructions and has methods to create new instructions.</p>
<p>The <tt>NamedValues</tt> map keeps track of which values are defined in the