add part 1, review appreciated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43215 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index 43c5dab..acaee03 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -25,17 +25,18 @@
<li><!--<a href="Tutorial5.html">-->Invoking the JIT</li>
</ol>
</li>
- <li>Implementing a simple language with LLVM
+ <li>Implementing a language with LLVM: Kaleidoscope
<ol>
<li><a href="LangImpl1.html">The basic language, with its lexer</a></li>
<li>Implementing a Parser and AST</li>
<li>Implementing code generation to LLVM IR</li>
+ <li>Adding JIT codegen support</li>
<li>Extending the language: if/then/else</li>
<li>Extending the language: operator overloading</li>
- <li>Adding JIT codegen support</li>
+ <li>Extending the language: mutable variables</li>
<li>Thoughts and ideas for extensions</li>
</ol></li>
</ol>
</body>
-</html>
\ No newline at end of file
+</html>