[llvm-commits] [llvm] r42349 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Tue Sep 25 23:39:00 PDT 2007


Author: lattner
Date: Wed Sep 26 01:38:59 2007
New Revision: 42349

URL: http://llvm.org/viewvc/llvm-project?rev=42349&view=rev
Log:
make old crappy browsers produce less crappy output :)

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=42349&r1=42348&r2=42349&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Sep 26 01:38:59 2007
@@ -99,8 +99,8 @@
 <ul>
 
 <li>Owen Anderson wrote the new MemoryDependenceAnalysis pass, which provides 
-    a lazy, caching layer on top of <a href="AliasAnalysis.html">
-    AliasAnalysis</a>.  He then used it to rewrite
+    a lazy, caching layer on top of <a 
+    href="AliasAnalysis.html">AliasAnalysis</a>.  He then used it to rewrite
     DeadStoreElimination which resulted in significantly better compile time in 
     common cases, </li>
 <li>Owen implemented the new GVN pass, which is also based on 





More information about the llvm-commits mailing list