aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-26 06:38:59 +0000
committerChris Lattner <sabre@nondot.org>2007-09-26 06:38:59 +0000
commit6b588d9255ed7e29f681c1b9da9633f9e163a984 (patch)
tree2768e9596c3f2737d18ee4434fa924a23b2c1eab
parent8d5562be30652c7b43f0c3b5692bf5e37bc212ee (diff)
downloadexternal_llvm-6b588d9255ed7e29f681c1b9da9633f9e163a984.zip
external_llvm-6b588d9255ed7e29f681c1b9da9633f9e163a984.tar.gz
external_llvm-6b588d9255ed7e29f681c1b9da9633f9e163a984.tar.bz2
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
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index fdeb6ec..407c52b 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