summaryrefslogtreecommitdiff
path: root/docs/tutorial/index.html
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-10-23 06:17:39 +0000
committerOwen Anderson <resistor@mac.com>2007-10-23 06:17:39 +0000
commita6f31fe9a13126c260be732820ea5379c42bf8d6 (patch)
tree87cab38a82b079d257cbb9297e6715e03c5c54fb /docs/tutorial/index.html
parenta7dfb757265c46edb729dd40172188973db3486e (diff)
downloadllvm-a6f31fe9a13126c260be732820ea5379c42bf8d6.tar.gz
llvm-a6f31fe9a13126c260be732820ea5379c42bf8d6.tar.bz2
llvm-a6f31fe9a13126c260be732820ea5379c42bf8d6.tar.xz
Add a link to the "writing an optimization" tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r--docs/tutorial/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index 79597d8e9d..56d9dd2b8c 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -36,6 +36,10 @@
<li>Extending the language: mutable variables</li>
<li>Thoughts and ideas for extensions</li>
</ol></li>
+ <li>Advanced Topics
+ <ol>
+ <li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">Writing an Optimization for LLVM</a></li>
+ </ol></li>
</ol>
</body>