diff options
author | Owen Anderson <resistor@mac.com> | 2007-10-23 06:17:39 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-10-23 06:17:39 +0000 |
commit | a6f31fe9a13126c260be732820ea5379c42bf8d6 (patch) | |
tree | 87cab38a82b079d257cbb9297e6715e03c5c54fb /docs/tutorial | |
parent | a7dfb757265c46edb729dd40172188973db3486e (diff) |
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')
-rw-r--r-- | docs/tutorial/index.html | 4 |
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> |