make old crappy browsers produce less crappy output :)
authorChris Lattner <sabre@nondot.org>
Wed, 26 Sep 2007 06:38:59 +0000 (06:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 26 Sep 2007 06:38:59 +0000 (06:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42349 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index fdeb6ecde335cbe561ddcffc6a486f45bde13763..407c52b6db19ffbc4c2c6f0317fe86da6a3b5b35 100644 (file)
@@ -99,8 +99,8 @@ optimizer, speeding it up and making it more aggressive.  For example:</p>
 <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