summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-31 06:30:21 +0000
committerChris Lattner <sabre@nondot.org>2007-10-31 06:30:21 +0000
commit149c55aba4a31d3fea872633557f809bfbc8f990 (patch)
tree49ba6484c019cc4cd9dac1e91db0a1b696f1fb4b /llvm/docs/tutorial/index.html
parentda1988477d9de7be10e3c2c0ddf79a07ad59f1ab (diff)
downloadbcm5719-llvm-149c55aba4a31d3fea872633557f809bfbc8f990.tar.gz
bcm5719-llvm-149c55aba4a31d3fea872633557f809bfbc8f990.zip
Add the first half of chapter 5: if/then/else.
To come: for statement. llvm-svn: 43546
Diffstat (limited to 'llvm/docs/tutorial/index.html')
-rw-r--r--llvm/docs/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html
index 99278fae89a..11e93d3ccd5 100644
--- a/llvm/docs/tutorial/index.html
+++ b/llvm/docs/tutorial/index.html
@@ -31,7 +31,7 @@
<li><a href="LangImpl2.html">Implementing a Parser and AST</a></li>
<li><a href="LangImpl3.html">Implementing Code Generation to LLVM IR</a></li>
<li><a href="LangImpl4.html">Adding JIT and Optimizer Support</a></li>
- <li>Extending the language: if/then/else</li>
+ <li><a href="LangImpl5.html">Extending the language: control flow</a></li>
<li>Extending the language: operator overloading</li>
<li>Extending the language: mutable variables</li>
<li>Thoughts and ideas for extensions</li>
OpenPOWER on IntegriCloud