diff options
author | Owen Anderson <resistor@mac.com> | 2007-10-23 06:02:14 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-10-23 06:02:14 +0000 |
commit | 485eff5f907e625eeffa0df3adae25aad1cec57c (patch) | |
tree | 8137fb07f45402e2f57f0d76a04988cc709d240e /docs/tutorial | |
parent | d93a584eae90a854b24220afa2f1a3e5cce00251 (diff) |
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/tutorial')
-rw-r--r-- | docs/tutorial/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index c39d3a3aea..0101c6dccc 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> |