fix some out of date prose dating from the LLVMContext changes.
[oota-llvm.git] / docs / tutorial / index.html
index e6caf222d70e83b159071b443f26d8880b29522a..250b533f3f8a7964e719ec1c9ccdbcd6af8839b3 100644 (file)
 <div class="doc_title"> LLVM Tutorial: Table of Contents </div>
 
 <ol>
-  <li><!--<a href="Introduction.html">-->An Introduction to LLVM: Basic Concepts and Design</li>
-  <li>Simple JIT Tutorials
-    <ol>
-      <li><a href="JITTutorial1.html">A First Function</a></li>
-      <li><a href="JITTutorial2.html">A More Complicated Function</a></li>
-      <li><!--<a href="Tutorial3.html">-->Running Optimizations</li>
-      <li><!--<a href="Tutorial4.html">-->Reading and Writing Bitcode</li>
-      <li><!--<a href="Tutorial5.html">-->Invoking the JIT</li>
-    </ol>
-  </li>
   <li>Kaleidoscope: Implementing a Language with LLVM
   <ol>
     <li><a href="LangImpl1.html">Tutorial Introduction and the Lexer</a></li>
@@ -45,7 +35,7 @@
     <li><a href="OCamlLangImpl5.html">Extending the language: control flow</a></li>
     <li><a href="OCamlLangImpl6.html">Extending the language: user-defined operators</a></li>
     <li><a href="OCamlLangImpl7.html">Extending the language: mutable variables / SSA construction</a></li>
-    <li><a href="OCamlLangImpl8.html">Conclusion and other useful LLVM tidbits</a></li>
+    <li><a href="LangImpl8.html">Conclusion and other useful LLVM tidbits</a></li>
   </ol></li>
   <li>Advanced Topics
   <ol>