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 | 3ee597e34a38ba218a57a2f27c33063e602753b1 (patch) | |
tree | dfa60b4ddb3c9dfc925aa687d1e2f6850e06edf1 /llvm/docs/tutorial/index.html | |
parent | c4bb8c75cac5b578588b1b557ae651d184457d32 (diff) | |
download | bcm5719-llvm-3ee597e34a38ba218a57a2f27c33063e602753b1.tar.gz bcm5719-llvm-3ee597e34a38ba218a57a2f27c33063e602753b1.zip |
Add a link to the "writing an optimization" tutorial.
llvm-svn: 43243
Diffstat (limited to 'llvm/docs/tutorial/index.html')
-rw-r--r-- | llvm/docs/tutorial/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index 79597d8e9d7..56d9dd2b8ca 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/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> |