mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
clarify what proto is.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43753 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95ce0d61ab
commit
a1cd224a23
@ -418,9 +418,10 @@ Function *FunctionAST::Codegen() {
|
||||
</div>
|
||||
|
||||
<p>Code generation for function definitions starts out simply enough: first we
|
||||
codegen the prototype and verify that it is ok. We also clear out the
|
||||
codegen the prototype (Proto) and verify that it is ok. We also clear out the
|
||||
<tt>NamedValues</tt> map to make sure that there isn't anything in it from the
|
||||
last function we compiled.</p>
|
||||
last function we compiled. Code generation of the prototype ensures that there
|
||||
is an LLVM Function object that is ready to go for us.</p>
|
||||
|
||||
<div class="doc_code">
|
||||
<pre>
|
||||
|
Loading…
Reference in New Issue
Block a user