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 | 6d37581bd5a3343200e0a0a73f15d2582acc647f (patch) | |
tree | 2f6e1a2020c9e10d64592fe6ca1ceee810aedd2d /docs | |
parent | 9df3536a9fa6df1ab4ecaf75e1d0a47639c0ea2f (diff) | |
download | external_llvm-6d37581bd5a3343200e0a0a73f15d2582acc647f.zip external_llvm-6d37581bd5a3343200e0a0a73f15d2582acc647f.tar.gz external_llvm-6d37581bd5a3343200e0a0a73f15d2582acc647f.tar.bz2 |
minor edit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 fe047c9..5f82cf6 100644 --- a/docs/tutorial/index.html +++ b/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> |