From: Owen Anderson Date: Tue, 23 Oct 2007 06:02:14 +0000 (+0000) Subject: Reorder the optimization and bitcode tutorials. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=485eff5f907e625eeffa0df3adae25aad1cec57c;p=oota-llvm.git Reorder the optimization and bitcode tutorials. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43240 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index c39d3a3aeae..0101c6dccc5 100644 --- a/docs/tutorial/index.html +++ b/docs/tutorial/index.html @@ -20,8 +20,8 @@
  1. A First Function
  2. A More Complicated Function
  3. -
  4. Reading and Writing Bitcode
  5. -
  6. Running Optimizations
  7. +
  8. Running Optimizations
  9. +
  10. Reading and Writing Bitcode
  11. Invoking the JIT