diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2008-03-31 08:50:45 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2008-03-31 08:50:45 +0000 |
commit | 86550b0a143c839956c0f3c1bca589c24ebcc3fb (patch) | |
tree | 51ffb36afa8b5836bc2e01a410de7e1fa036baf8 /docs/tutorial/index.html | |
parent | 35295ffd500b39781e3ed015293e31c665a8b5bc (diff) | |
download | external_llvm-86550b0a143c839956c0f3c1bca589c24ebcc3fb.zip external_llvm-86550b0a143c839956c0f3c1bca589c24ebcc3fb.tar.gz external_llvm-86550b0a143c839956c0f3c1bca589c24ebcc3fb.tar.bz2 |
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/tutorial/index.html')
-rw-r--r-- | docs/tutorial/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index e6caf22..bfaafe7 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> |