mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 08:51:43 +00:00
fix some incorrect links.
llvm-svn: 60919
This commit is contained in:
parent
645ac8a052
commit
c66a5f659a
@ -26,7 +26,7 @@
|
|||||||
<li><a href="#code">Full Code Listing</a></li>
|
<li><a href="#code">Full Code Listing</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</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>
|
Support</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -491,7 +491,7 @@ entry:
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Note how the parser turns the top-level expression into anonymous functions
|
<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
|
support</a> in the next chapter. Also note that the code is very literally
|
||||||
transcribed, no optimizations are being performed. We will
|
transcribed, no optimizations are being performed. We will
|
||||||
<a href="OCamlLangImpl4.html#trivialconstfold">add optimizations</a> explicitly
|
<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>
|
each other.</p>
|
||||||
|
|
||||||
<p>This wraps up the third chapter of the Kaleidoscope tutorial. Up next, we'll
|
<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>
|
support</a> to this so we can actually start running code!</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user