summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@freebsd.org>2011-04-06 19:12:21 +0000
committerRoman Divacky <rdivacky@freebsd.org>2011-04-06 19:12:21 +0000
commit77b42e9654c6c226d29aeb0883955874ea881068 (patch)
tree3c273067cce8390f8d8c2918747e93a845d23d34
parenta9611549fe5cd06000111851f88b951467695307 (diff)
downloadllvm-77b42e9654c6c226d29aeb0883955874ea881068.tar.gz
llvm-77b42e9654c6c226d29aeb0883955874ea881068.tar.bz2
llvm-77b42e9654c6c226d29aeb0883955874ea881068.tar.xz
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129019 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4d888de7b6..25dd485d24 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -484,7 +484,7 @@ release includes a few major enhancements and additions to the optimizers:</p>
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.</li>
<li>A new -loop-instsimplify pass is used to clean up loop bodies in the loop
optimizer.</li>