From: Owen Anderson Date: Tue, 23 Oct 2007 06:17:39 +0000 (+0000) Subject: Add a link to the "writing an optimization" tutorial. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a6f31fe9a13126c260be732820ea5379c42bf8d6;p=oota-llvm.git 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 --- diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index 79597d8e9d7..56d9dd2b8ca 100644 --- a/docs/tutorial/index.html +++ b/docs/tutorial/index.html @@ -36,6 +36,10 @@
  • Extending the language: mutable variables
  • Thoughts and ideas for extensions
  • +
  • Advanced Topics +
      +
    1. Writing an Optimization for LLVM
    2. +