From eb1242a083e12c4cce126dbeee19ad214ac6dbe3 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 31 Mar 2008 08:50:45 +0000 Subject: [PATCH] There isn't any c++ code in LangImpl8.html, so use that instead of OCamlLangImpl8.html. llvm-svn: 48979 --- llvm/docs/tutorial/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index e6caf222d70e..bfaafe7265f3 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -45,7 +45,7 @@
  • Extending the language: control flow
  • Extending the language: user-defined operators
  • Extending the language: mutable variables / SSA construction
  • -
  • Conclusion and other useful LLVM tidbits
  • +
  • Conclusion and other useful LLVM tidbits
  • Advanced Topics