[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 19 00:33:05 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.88 -> 1.89

---
Log message:

Turn QOI section into CQ section (QUI can be added later if needed)
Add PR187


---
Diffs of the changes:  (+3 -4)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.88 llvm/docs/ReleaseNotes.html:1.89
--- llvm/docs/ReleaseNotes.html:1.88	Thu Dec 18 10:43:14 2003
+++ llvm/docs/ReleaseNotes.html	Fri Dec 19 00:31:56 2003
@@ -113,13 +113,12 @@
 
 <!--=========================================================================-->
 <div class="doc_subsubsection">
-In this release, the following Quality of Implementation issues were
-fixed:
+In this release, the following Code Quality  issues were fixed:
 </div>
 
 <ol>
 
-<li></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li>
 
 <li></li>
 </ol>
@@ -582,7 +581,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/12/18 16:43:14 $
+  Last modified: $Date: 2003/12/19 06:31:56 $
 </address>
 
 </body>





More information about the llvm-commits mailing list