[llvm-commits] [llvm] r48979 - /llvm/trunk/docs/tutorial/index.html
Erick Tryzelaar
idadesub at users.sourceforge.net
Mon Mar 31 01:50:45 PDT 2008
Author: erickt
Date: Mon Mar 31 03:50:45 2008
New Revision: 48979
URL: http://llvm.org/viewvc/llvm-project?rev=48979&view=rev
Log:
There isn't any c++ code in LangImpl8.html, so use that
instead of OCamlLangImpl8.html.
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=48979&r1=48978&r2=48979&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/index.html (original)
+++ llvm/trunk/docs/tutorial/index.html Mon Mar 31 03:50:45 2008
@@ -45,7 +45,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>
More information about the llvm-commits
mailing list