* Profile-guided needs a hyphen
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 6 Sep 2004 22:35:43 +0000 (22:35 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 6 Sep 2004 22:35:43 +0000 (22:35 +0000)
* Dead store elimination has been implemented

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16202 91177308-0d34-0410-b5e6-96231b3b80d8

docs/OpenProjects.html

index cc0f133d9a2c3fd0a3dc9bdc8c8b0de02c3067f7..4b68694c92be89f19d45ada59fb31dbf21007439 100644 (file)
@@ -26,7 +26,7 @@
   <ol>
     <li><a href="#newfeaturebugs">Implementing new feature PRs</a></li>
     <li><a href="#pointeranalysis">Pointer and Alias Analysis</a></li>
-    <li><a href="#profileguided">Profile Guided Optimization</a></li>
+    <li><a href="#profileguided">Profile-Guided Optimization</a></li>
     <li><a href="#xforms">New Transformations and Analyses</a></li>
     <li><a href="#x86be">X86 Back-end Improvements</a></li>
     <li><a href="#misc_new">Miscellaneous Additions</a></li>
@@ -227,7 +227,6 @@ themselves.  It seems natural to want to take advantage of this...</p>
 
 <li>Implement alias-analysis-based optimizations:
   <ul>
-  <li>Dead store elimination</li>
   <li>...</li>
   </ul></li>
 </ol>
@@ -236,7 +235,7 @@ themselves.  It seems natural to want to take advantage of this...</p>
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
-  <a name="profileguided">Profile Guided Optimization</a>
+  <a name="profileguided">Profile-Guided Optimization</a>
 </div>
 
 <div class="doc_text">
@@ -247,7 +246,7 @@ but we don't have many transformations.  We would welcome new profile-guided
 transformations as well as improvements to the current profiling system.
 </p>
 
-<p>Ideas for profile guided transformations:</p>
+<p>Ideas for profile-guided transformations:</p>
 
 <ol>
 <li>Superblock formation (with many optimizations)</li>