summaryrefslogtreecommitdiff
path: root/docs/tutorial/OCamlLangImpl3.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-12-12 04:20:01 +0000
committerChris Lattner <sabre@nondot.org>2008-12-12 04:20:01 +0000
commitff17b032dd433c022440217e209d79c2600c7887 (patch)
treec42c708ff9984ddf6d15e23e69f4c672e734853a /docs/tutorial/OCamlLangImpl3.html
parentdaae124124b6ee5523a1a586afdd3d817aecee9a (diff)
downloadllvm-ff17b032dd433c022440217e209d79c2600c7887.tar.gz
llvm-ff17b032dd433c022440217e209d79c2600c7887.tar.bz2
llvm-ff17b032dd433c022440217e209d79c2600c7887.tar.xz
fix some incorrect links.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/OCamlLangImpl3.html')
-rw-r--r--docs/tutorial/OCamlLangImpl3.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorial/OCamlLangImpl3.html b/docs/tutorial/OCamlLangImpl3.html
index 0ff0703d18..9caae435e2 100644
--- a/docs/tutorial/OCamlLangImpl3.html
+++ b/docs/tutorial/OCamlLangImpl3.html
@@ -26,7 +26,7 @@
<li><a href="#code">Full Code Listing</a></li>
</ol>
</li>
-<li><a href="LangImpl4.html">Chapter 4</a>: Adding JIT and Optimizer
+<li><a href="OCamlLangImpl4.html">Chapter 4</a>: Adding JIT and Optimizer
Support</li>
</ul>
@@ -491,7 +491,7 @@ entry:
</div>
<p>Note how the parser turns the top-level expression into anonymous functions
-for us. This will be handy when we add <a href="LangImpl4.html#jit">JIT
+for us. This will be handy when we add <a href="OCamlLangImpl4.html#jit">JIT
support</a> in the next chapter. Also note that the code is very literally
transcribed, no optimizations are being performed. We will
<a href="OCamlLangImpl4.html#trivialconstfold">add optimizations</a> explicitly
@@ -599,7 +599,7 @@ generated. Here you can see the big picture with all the functions referencing
each other.</p>
<p>This wraps up the third chapter of the Kaleidoscope tutorial. Up next, we'll
-describe how to <a href="LangImpl4.html">add JIT codegen and optimizer
+describe how to <a href="OCamlLangImpl4.html">add JIT codegen and optimizer
support</a> to this so we can actually start running code!</p>
</div>