mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
add link to llvmbuilder doxygen docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43719 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20a0c80f7e
commit
f6e53df441
@ -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>
|
uses to contain code.</p>
|
||||||
|
|
||||||
<p>The <tt>Builder</tt> object is a helper object that makes it easy to generate
|
<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>
|
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
|
<p>The <tt>NamedValues</tt> map keeps track of which values are defined in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user