[llvm-commits] [llvm] r43243 - /llvm/trunk/docs/tutorial/index.html
Owen Anderson
resistor at mac.com
Mon Oct 22 23:17:39 PDT 2007
Author: resistor
Date: Tue Oct 23 01:17:39 2007
New Revision: 43243
URL: http://llvm.org/viewvc/llvm-project?rev=43243&view=rev
Log:
Add a link to the "writing an optimization" tutorial.
Modified:
llvm/trunk/docs/tutorial/index.html
Modified: llvm/trunk/docs/tutorial/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/index.html?rev=43243&r1=43242&r2=43243&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/index.html (original)
+++ llvm/trunk/docs/tutorial/index.html Tue Oct 23 01:17:39 2007
@@ -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>
More information about the llvm-commits
mailing list