From 3c4fe7bcd5bbd400bb29b6b9144ca688809c0ada Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 23 Oct 2007 06:17:39 +0000 Subject: [PATCH] Add a link to the "writing an optimization" tutorial. llvm-svn: 43243 --- docs/tutorial/index.html | 4 ++++ 1 file changed, 4 insertions(+) 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. +