diff options
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fdeb6ecde3..407c52b6db 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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 |