summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial
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
commit38eec3071add0162914d3698301be6b63cf944be (patch)
tree2bb9b9564379c6f8648c4f5182a7a9c9e39ff842 /llvm/docs/tutorial
parent9b2f7773acbb1a691fc2c29d80ab79cffa19ee88 (diff)
downloadbcm5719-llvm-38eec3071add0162914d3698301be6b63cf944be.tar.gz
bcm5719-llvm-38eec3071add0162914d3698301be6b63cf944be.zip
add link to llvmbuilder doxygen docs
llvm-svn: 43719
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r--llvm/docs/tutorial/LangImpl3.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html
index e16d1be5cc1..59513ab3f66 100644
--- a/llvm/docs/tutorial/LangImpl3.html
+++ b/llvm/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
OpenPOWER on IntegriCloud