[llvm-commits] [llvm] r122651 - /llvm/trunk/docs/tutorial/index.html

Erick Tryzelaar idadesub at users.sourceforge.net
Fri Dec 31 19:29:25 PST 2010


Author: erickt
Date: Fri Dec 31 21:29:25 2010
New Revision: 122651

URL: http://llvm.org/viewvc/llvm-project?rev=122651&view=rev
Log:
Add a reference to the OCamlLangImpl8.

Modified:
    llvm/trunk/docs/tutorial/index.html

Modified: llvm/trunk/docs/tutorial/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/index.html?rev=122651&r1=122650&r2=122651&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/index.html (original)
+++ llvm/trunk/docs/tutorial/index.html Fri Dec 31 21:29:25 2010
@@ -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>





More information about the llvm-commits mailing list