summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2008-03-31 08:50:45 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2008-03-31 08:50:45 +0000
commit86550b0a143c839956c0f3c1bca589c24ebcc3fb (patch)
tree51ffb36afa8b5836bc2e01a410de7e1fa036baf8 /docs
parent35295ffd500b39781e3ed015293e31c665a8b5bc (diff)
downloadllvm-86550b0a143c839956c0f3c1bca589c24ebcc3fb.tar.gz
llvm-86550b0a143c839956c0f3c1bca589c24ebcc3fb.tar.bz2
llvm-86550b0a143c839956c0f3c1bca589c24ebcc3fb.tar.xz
There isn't any c++ code in LangImpl8.html, so use that
instead of OCamlLangImpl8.html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 e6caf222d7..bfaafe7265 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -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>