diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2011-01-01 03:29:25 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2011-01-01 03:29:25 +0000 |
commit | 5d556ab160c91d8c6208bcb443f4bf64905267d0 (patch) | |
tree | 62a62a490e43a0d6ffc0837568533d5eeac5d9f9 /llvm/docs/tutorial | |
parent | 619714a65b2b9eea3f6da951cc3725e71ca25936 (diff) | |
download | bcm5719-llvm-5d556ab160c91d8c6208bcb443f4bf64905267d0.tar.gz bcm5719-llvm-5d556ab160c91d8c6208bcb443f4bf64905267d0.zip |
Add a reference to the OCamlLangImpl8.
llvm-svn: 122651
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index 250b533f3f8..11dd5e2d732 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/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> |