From f6e53df44184d0243292ddb86f299f20f59fc1a7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 5 Nov 2007 18:02:15 +0000 Subject: [PATCH] add link to llvmbuilder doxygen docs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43719 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl3.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html index e16d1be5cc1..59513ab3f66 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.

The Builder object is a helper object that makes it easy to generate -LLVM instructions. The Builder keeps track of the current place to +LLVM instructions. Instances of the LLVMBuilder +class keeps track of the current place to insert instructions and has methods to create new instructions.

The NamedValues map keeps track of which values are defined in the -- 2.34.1