mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
add a link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -303,7 +303,8 @@ programming language that might need Phi nodes:</p>
|
|||||||
in this case.</li>
|
in this case.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>At a future point in this tutorial ("mutable variables"), we'll talk about #1
|
<p>In <a href="LangImpl7.html">Chapter 7</a> of this tutorial ("mutable
|
||||||
|
variables"), we'll talk about #1
|
||||||
in depth. For now, just believe me that you don't need SSA construction to
|
in depth. For now, just believe me that you don't need SSA construction to
|
||||||
handle them. For #2, you have the choice of using the techniques that we will
|
handle them. For #2, you have the choice of using the techniques that we will
|
||||||
describe for #1, or you can insert Phi nodes directly if convenient. In this
|
describe for #1, or you can insert Phi nodes directly if convenient. In this
|
||||||
|
Reference in New Issue
Block a user