mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Minor fixes to tutorial, patch by Benjamin Meyer!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
04b2f0d99f
commit
155ced8092
@ -353,8 +353,8 @@ above.</p>
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>The Module symbol table works just like the Function symbol table when it
|
<p>The Module symbol table works just like the Function symbol table when it
|
||||||
comes to name conflicts: if a new function is created with a name was previously
|
comes to name conflicts: if a new function is created with a name that was previously
|
||||||
added to the symbol table, it will get implicitly renamed when added to the
|
added to the symbol table, the new function will get implicitly renamed when added to the
|
||||||
Module. The code above exploits this fact to determine if there was a previous
|
Module. The code above exploits this fact to determine if there was a previous
|
||||||
definition of this function.</p>
|
definition of this function.</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user