diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-05 07:02:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-05 07:02:49 +0000 |
commit | 6cdadb6041dfbac077f9cf08e588b073534e8f97 (patch) | |
tree | 25fe367857ebb2eb8f5b5ae4717be557c7182910 /llvm/docs/tutorial | |
parent | 044edf41df3990e1c2c8dd71b9a918cb4b0c87d7 (diff) | |
download | bcm5719-llvm-6cdadb6041dfbac077f9cf08e588b073534e8f97.tar.gz bcm5719-llvm-6cdadb6041dfbac077f9cf08e588b073534e8f97.zip |
add a link.
llvm-svn: 43702
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl5.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html index e95aadd61b2..8f31cbfe92b 100644 --- a/llvm/docs/tutorial/LangImpl5.html +++ b/llvm/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 |