aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-10-23 06:02:14 +0000
committerOwen Anderson <resistor@mac.com>2007-10-23 06:02:14 +0000
commit3ff42190d1de7517a6f16d8636f7b17b62cdcf4a (patch)
tree8137fb07f45402e2f57f0d76a04988cc709d240e /docs
parente39ea9e4dee04f611eb123190aa42c095dfe199a (diff)
downloadexternal_llvm-3ff42190d1de7517a6f16d8636f7b17b62cdcf4a.zip
external_llvm-3ff42190d1de7517a6f16d8636f7b17b62cdcf4a.tar.gz
external_llvm-3ff42190d1de7517a6f16d8636f7b17b62cdcf4a.tar.bz2
Reorder the optimization and bitcode tutorials.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43240 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index c39d3a3..0101c6d 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -20,8 +20,8 @@
<ol>
<li><a href="JITTutorial1.html">A First Function</a></li>
<li><!--<a href="Tutorial2.html">-->A More Complicated Function</li>
- <li><!--<a href="Tutorial3.html">-->Reading and Writing Bitcode</li>
- <li><!--<a href="Tutorial4.html">-->Running Optimizations</li>
+ <li><!--<a href="Tutorial3.html">-->Running Optimizations</li>
+ <li><!--<a href="Tutorial4.html">-->Reading and Writing Bitcode</li>
<li><!--<a href="Tutorial5.html">-->Invoking the JIT</li>
</ol>
</li>