Fixed commuteInstructions bug where if its called pre-regalloc the subreg indices...
[oota-llvm.git] / docs / index.html
index bfca45ba0a27246280e7eeb67ccf77637a538718..4d50b4f9d0813491b682829006a9d22158552e83 100644 (file)
@@ -21,7 +21,7 @@ your documentation.</p>
   <li><a href="#userguide">LLVM User Guides</a></li>
   <li><a href="#llvmprog">LLVM Programming Documentation</a></li>
   <li><a href="#subsystems">LLVM Subsystem Documentation</a></li>
-  <li><a href="#develprocess">LLVM Programming Documentation</a></li>
+  <li><a href="#develprocess">LLVM Development Process Documentation</a></li>
   <li><a href="#maillist">LLVM Mailing Lists</a></li>
 </ul>
 </td><td class="right">
@@ -98,8 +98,9 @@ the LLVM system.</li>
 <li><a href="TestingGuide.html">LLVM Testing Infrastructure Guide</a> - A reference
 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="http://clang.llvm.org/get_started.html">How to build the C, C++, ObjC,
+and ObjC++ front end</a> - Instructions for building the clang front-end from
+source.</li>
 
 <li><a href="Packaging.html">Packaging guide</a> - Advice on packaging
 LLVM into a distribution.</li>