summaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2011-01-01 03:29:25 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2011-01-01 03:29:25 +0000
commit7a31865b1aae97d7cd87a7e4b2e0e31dde338869 (patch)
tree4ce2cfdcddb376607f5aa27c309599bf4faa6c5a /docs/tutorial
parent160dae7d7f8e32c522d2d5c3637e1bf3e2c3eca9 (diff)
downloadllvm-7a31865b1aae97d7cd87a7e4b2e0e31dde338869.tar.gz
llvm-7a31865b1aae97d7cd87a7e4b2e0e31dde338869.tar.bz2
llvm-7a31865b1aae97d7cd87a7e4b2e0e31dde338869.tar.xz
Add a reference to the OCamlLangImpl8.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index 250b533f3f..11dd5e2d73 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -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>