[llvm-commits] [llvm] r60919 - /llvm/trunk/docs/tutorial/OCamlLangImpl3.html
Chris Lattner
sabre at nondot.org
Thu Dec 11 20:20:09 PST 2008
Author: lattner
Date: Thu Dec 11 22:20:01 2008
New Revision: 60919
URL: http://llvm.org/viewvc/llvm-project?rev=60919&view=rev
Log:
fix some incorrect links.
Modified:
llvm/trunk/docs/tutorial/OCamlLangImpl3.html
Modified: llvm/trunk/docs/tutorial/OCamlLangImpl3.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/OCamlLangImpl3.html?rev=60919&r1=60918&r2=60919&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/OCamlLangImpl3.html (original)
+++ llvm/trunk/docs/tutorial/OCamlLangImpl3.html Thu Dec 11 22:20:01 2008
@@ -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 @@
</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 @@
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>
More information about the llvm-commits
mailing list