NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
[oota-llvm.git] / docs / tutorial / index.html
index 250b533f3f8a7964e719ec1c9ccdbcd6af8839b3..2c11a9a48b35596473df62efff406a92de093852 100644 (file)
@@ -7,12 +7,12 @@
   <meta name="author" content="Owen Anderson">
   <meta name="description" 
   content="LLVM Tutorial: Table of Contents.">
-  <link rel="stylesheet" href="../llvm.css" type="text/css">
+  <link rel="stylesheet" href="../_static/llvm.css" type="text/css">
 </head>
 
 <body>
 
-<div class="doc_title"> LLVM Tutorial: Table of Contents </div>
+<h1>LLVM Tutorial: Table of Contents</h1>
 
 <ol>
   <li>Kaleidoscope: Implementing a Language with LLVM
@@ -35,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="LangImpl8.html">Conclusion and other useful LLVM tidbits</a></li>
+    <li><a href="OCamlLangImpl8.html">Conclusion and other useful LLVM tidbits</a></li>
   </ol></li>
   <li>Advanced Topics
   <ol>