aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial/index.html
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-10-23 06:03:24 +0000
committerOwen Anderson <resistor@mac.com>2007-10-23 06:03:24 +0000
commitc04ee690078e1fda285f84e13a36b34fed21a306 (patch)
tree396b9f8be794072b640591c07d8b3fadceb3ed04 /docs/tutorial/index.html
parent485eff5f907e625eeffa0df3adae25aad1cec57c (diff)
Add the second of the "basic topics" tutorials.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r--docs/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index 0101c6dccc..79597d8e9d 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -19,7 +19,7 @@
<li>Simple JIT Tutorials
<ol>
<li><a href="JITTutorial1.html">A First Function</a></li>
- <li><!--<a href="Tutorial2.html">-->A More Complicated Function</li>
+ <li><a href="JITTutorial2.html">A More Complicated Function</a></li>
<li><!--<a href="Tutorial3.html">-->Running Optimizations</li>
<li><!--<a href="Tutorial4.html">-->Reading and Writing Bitcode</li>
<li><!--<a href="Tutorial5.html">-->Invoking the JIT</li>