aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-05 07:02:49 +0000
committerChris Lattner <sabre@nondot.org>2007-11-05 07:02:49 +0000
commitb0f0deb0699179fbe2cb6006a05d414d94343ea3 (patch)
tree13d1525d3a1ffc09b8116e21a8a9a07bcfae930a /docs/tutorial
parenta3f07ef525851bd9dd34adaa983a922eec995247 (diff)
add a link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43702 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/LangImpl5.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl5.html b/docs/tutorial/LangImpl5.html
index e95aadd61b..8f31cbfe92 100644
--- a/docs/tutorial/LangImpl5.html
+++ b/docs/tutorial/LangImpl5.html
@@ -303,7 +303,8 @@ programming language that might need Phi nodes:</p>
in this case.</li>
</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
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