From: Chris Lattner
Date: Wed, 26 Sep 2007 06:38:59 +0000 (+0000)
Subject: make old crappy browsers produce less crappy output :)
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6b588d9255ed7e29f681c1b9da9633f9e163a984;p=oota-llvm.git
make old crappy browsers produce less crappy output :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42349 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index fdeb6ecde33..407c52b6db1 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -99,8 +99,8 @@ optimizer, speeding it up and making it more aggressive. For example:
- Owen Anderson wrote the new MemoryDependenceAnalysis pass, which provides
- a lazy, caching layer on top of
- AliasAnalysis. He then used it to rewrite
+ a lazy, caching layer on top of AliasAnalysis. He then used it to rewrite
DeadStoreElimination which resulted in significantly better compile time in
common cases,
- Owen implemented the new GVN pass, which is also based on