From 485eff5f907e625eeffa0df3adae25aad1cec57c Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 23 Oct 2007 06:02:14 +0000 Subject: [PATCH] Reorder the optimization and bitcode tutorials. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43240 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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