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