diff --git a/docs/tutorial/LangImpl5.html b/docs/tutorial/LangImpl5.html index e95aadd61b2..8f31cbfe92b 100644 --- a/docs/tutorial/LangImpl5.html +++ b/docs/tutorial/LangImpl5.html @@ -303,7 +303,8 @@ programming language that might need Phi nodes:

in this case. -

At a future point in this tutorial ("mutable variables"), we'll talk about #1 +

In Chapter 7 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