diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-07 07:07:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-07 07:07:55 +0000 |
commit | 4df68cf26a4005beb08d69cd6f587f18da339650 (patch) | |
tree | 851fb11d756959fcd996c1185a019ba53454e7a2 /llvm/docs | |
parent | 23dea1ef07a2e32f13cf7d8e4e30b3393bcc9633 (diff) | |
download | bcm5719-llvm-4df68cf26a4005beb08d69cd6f587f18da339650.tar.gz bcm5719-llvm-4df68cf26a4005beb08d69cd6f587f18da339650.zip |
minor edit
llvm-svn: 43813
Diffstat (limited to 'llvm/docs')
-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 fe047c9d24a..5f82cf630b8 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -25,7 +25,7 @@ <li><!--<a href="Tutorial5.html">-->Invoking the JIT</li> </ol> </li> - <li>Implementing a language with LLVM: Kaleidoscope + <li>Kaleidoscope: Implementing a Language with LLVM <ol> <li><a href="LangImpl1.html">Tutorial Introduction and the Lexer</a></li> <li><a href="LangImpl2.html">Implementing a Parser and AST</a></li> |