From: Roman Divacky
Date: Wed, 6 Apr 2011 19:12:21 +0000 (+0000)
Subject: Fix a typo.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=77b42e9654c6c226d29aeb0883955874ea881068;p=oota-llvm.git
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129019 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4d888de7b60..25dd485d24d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -484,7 +484,7 @@ release includes a few major enhancements and additions to the optimizers:
simplify expressions, perform simple dead store elimination, and perform
common subexpression elimination. It does a good job at catching some of the
trivial redundancies that exist in unoptimized code, making later passes more
- effective.<,/li>
+ effective.
A new -loop-instsimplify pass is used to clean up loop bodies in the loop
optimizer.