diff options
author | Owen Anderson <resistor@mac.com> | 2007-10-23 06:03:24 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-10-23 06:03:24 +0000 |
commit | c04ee690078e1fda285f84e13a36b34fed21a306 (patch) | |
tree | 396b9f8be794072b640591c07d8b3fadceb3ed04 /docs/tutorial/index.html | |
parent | 485eff5f907e625eeffa0df3adae25aad1cec57c (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.html | 2 |
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> |