Fix a typo.
authorRoman Divacky <rdivacky@freebsd.org>
Wed, 6 Apr 2011 19:12:21 +0000 (19:12 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Wed, 6 Apr 2011 19:12:21 +0000 (19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129019 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 4d888de7b60e36c7789fc9722bb9962f4247c5dc..25dd485d24d97c986204366d19397f554dd336b9 100644 (file)
@@ -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>