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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 12 16:53:01 PDT 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.8 -> 1.9

---
Log message:

Rename -preheaders pass.  Spelling fix


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.8 llvm/docs/ReleaseNotes.html:1.9
--- llvm/docs/ReleaseNotes.html:1.8	Wed Oct  8 01:01:38 2003
+++ llvm/docs/ReleaseNotes.html	Sun Oct 12 16:51:55 2003
@@ -77,7 +77,7 @@
 <li>Reassociation (-reassociate)
 <li>Instruction combining (-instcombine)
 <li>CFG simplification (-simplifycfg)
-<li>Loop canonnicalization (-preheaders)
+<li>Loop canonicalization (-loopsimplify)
 <li>Loop invariant code motion, with scalar promotion (-licm)
 <li>Global common subexpression elimination, with load elimination (-gcse)
 <li>Sparse conditional constant propagation (-sccp)
@@ -401,6 +401,6 @@
 Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
 <!-- Created: Wed Oct  1 17:38:54 CDT 2003 -->
 <!-- hhmts start -->
-Last modified: Tue Oct  7 17:10:14 CDT 2003
+Last modified: Sun Oct 12 16:51:06 CDT 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list