From 7a31865b1aae97d7cd87a7e4b2e0e31dde338869 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sat, 1 Jan 2011 03:29:25 +0000 Subject: [PATCH] Add a reference to the OCamlLangImpl8. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122651 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index 250b533f3f8..11dd5e2d732 100644 --- a/docs/tutorial/index.html +++ b/docs/tutorial/index.html @@ -35,7 +35,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