make old crappy browsers produce less crappy output :)

llvm-svn: 42349
This commit is contained in:
Chris Lattner 2007-09-26 06:38:59 +00:00
parent b4b352656a
commit 31d319dce7
1 changed files with 2 additions and 2 deletions

View 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