add a skeleton for part 4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43246 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index 56d9dd2..99278fa 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -29,8 +29,8 @@
<ol>
<li><a href="LangImpl1.html">The basic language, with its lexer</a></li>
<li><a href="LangImpl2.html">Implementing a Parser and AST</a></li>
- <li><a href="LangImpl3.html">Implementing code generation to LLVM IR</a></li>
- <li>Adding JIT codegen support</li>
+ <li><a href="LangImpl3.html">Implementing Code Generation to LLVM IR</a></li>
+ <li><a href="LangImpl4.html">Adding JIT and Optimizer Support</a></li>
<li>Extending the language: if/then/else</li>
<li>Extending the language: operator overloading</li>
<li>Extending the language: mutable variables</li>
@@ -38,7 +38,8 @@
</ol></li>
<li>Advanced Topics
<ol>
- <li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">Writing an Optimization for LLVM</a></li>
+ <li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">Writing
+ an Optimization for LLVM</a></li>
</ol></li>
</ol>