Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / docs / index.html
index 936eae16e3a2a61c4e0fdbc97a09d276becf650b..bf12f719b2b6ea7567fd6e3986e54d214fa4d571 100644 (file)
@@ -54,9 +54,6 @@ Lifelong Program Analysis &amp; Transformation</a> - Design overview.</li>
 Multi-Stage Optimization</a> - More details (quite old now).</li>
 <li><a href="GetElementPtr.html">GetElementPtr FAQ</a> - Answers to some very
 frequent questions about LLVM's most frequently misunderstood instruction.</li>
-<li><a href="AdvancedGetElementPtr.html">Advanced GetElementPtr FAQ</a> - Answers
-to questions about the GetElementPtr operator for those who have made it through
-the first FAQ.</li>
 </ul>
 
 <!--=======================================================================-->
@@ -96,7 +93,6 @@ Current tools:
  <a href="/cmds/llvmc.html">llvmc</a>
  <a href="/cmds/llvmgcc.html">llvm-gcc</a>,
  <a href="/cmds/llvmgxx.html">llvm-g++</a>,
- <a href="/cmds/stkrc.html">stkrc</a>,
  <a href="/cmds/bugpoint.html">bugpoint</a>,
  <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
 </li>
@@ -120,6 +116,9 @@ manual for using the LLVM testing infrastructure.</li>
 <li><a href="GCCFEBuildInstrs.html">How to build the Ada/C/C++/Fortran front-ends</a> -
 Instructions for building gcc front-ends from source.</li>
 
+<li><a href="Packaging.html">Packaging guide</a> - Advice on packaging
+LLVM into a distribution.</li>
+
 <li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms
 and concepts used in LLVM.</li>