[llvm-commits] [llvm] r43702 - /llvm/trunk/docs/tutorial/LangImpl5.html
Chris Lattner
sabre at nondot.org
Sun Nov 4 23:02:49 PST 2007
Author: lattner
Date: Mon Nov 5 01:02:49 2007
New Revision: 43702
URL: http://llvm.org/viewvc/llvm-project?rev=43702&view=rev
Log:
add a link.
Modified:
llvm/trunk/docs/tutorial/LangImpl5.html
Modified: llvm/trunk/docs/tutorial/LangImpl5.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl5.html?rev=43702&r1=43701&r2=43702&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl5.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl5.html Mon Nov 5 01:02:49 2007
@@ -303,7 +303,8 @@
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
More information about the llvm-commits
mailing list