Move link to GCC prefetch info here, since it's gone from Open Projects page


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20566 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CompilerWriterInfo.html b/docs/CompilerWriterInfo.html
index c3be161..20ebb39 100644
--- a/docs/CompilerWriterInfo.html
+++ b/docs/CompilerWriterInfo.html
@@ -31,7 +31,7 @@
     <li><a href="#linux">Linux</a></li>
     <li><a href="#osx">OS X</a></li>
   </ol></li>
-  <li><a href="#fmt">Binary File Formats</a></li>
+  <li><a href="#misc">Miscellaneous resources</a></li>
 </ol>
 
 <div class="doc_author">
@@ -216,13 +216,16 @@
 </div>
 
 <!-- *********************************************************************** -->
-<div class="doc_section"><a name="fmt">Binary File Formats</a></div>
+<div class="doc_section"><a name="misc">Miscellaneous resources</a></div>
 <!-- *********************************************************************** -->
 
 <ul>
 <li><a
 href="http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/">Executable
 File Format library</a></li>
+<li><a href="http://gcc.gnu.org/projects/prefetch.html">GCC prefetch project</a>
+page has a good survey of the prefetching capabilities of a variety of modern
+processors.</li>
 </ul>
 
 <!-- *********************************************************************** -->