Author: lattner
Date: Mon Nov 5 12:02:15 2007
New Revision: 43719
URL: http://llvm.org/viewvc/llvm-project?rev=43719&view=rev
Log:
add link to llvmbuilder doxygen docs
Modified:
llvm/trunk/docs/tutorial/LangImpl3.html
Modified: llvm/trunk/docs/tutorial/LangImpl3.html
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl3.html?rev=43719&r1=43718&r2=43719&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl3.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl3.html Mon Nov 5 12:02:15 2007
@@ -96,7 +96,9 @@
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
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits