diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-02-10 19:11:04 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-02-10 19:11:04 +0000 |
| commit | a1ad2bf890b9113886def1a99116ea8d425ffac0 (patch) | |
| tree | e39b8ea1d56a90bfa436e3db8db8484966ea220c /llvm/docs/tutorial/LangImpl4.html | |
| parent | dcddd644248e74712dae073ba540779cae637d35 (diff) | |
| download | bcm5719-llvm-a1ad2bf890b9113886def1a99116ea8d425ffac0.tar.gz bcm5719-llvm-a1ad2bf890b9113886def1a99116ea8d425ffac0.zip | |
Various updates from Sam Bishop:
"I have been working my way through the JIT and Kaleidoscope tutorials in my
(minuscule) spare time. Thanks again for writing them! I have attached a
patch containing some minor changes, ranging from spelling and grammar fixes
to adding a "Next: <next tutorial section>" hyperlink to the bottom of each
page.
Every page has been given the "next link" treatment, but otherwise I'm only
half way through the Kaleidoscope tutorial. I will send a follow-on patch
if time permits."
llvm-svn: 46933
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl4.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html index db76cb35061..4b9b8c55bd0 100644 --- a/llvm/docs/tutorial/LangImpl4.html +++ b/llvm/docs/tutorial/LangImpl4.html @@ -1119,6 +1119,7 @@ int main() { </pre> </div> +<a href="LangImpl5.html">Next: Extending the language: control flow</a> </div> <!-- *********************************************************************** --> |

