[llvm-commits] [llvm] r129019 - /llvm/trunk/docs/ReleaseNotes.html
Roman Divacky
rdivacky at freebsd.org
Wed Apr 6 12:12:21 PDT 2011
Author: rdivacky
Date: Wed Apr 6 14:12:21 2011
New Revision: 129019
URL: http://llvm.org/viewvc/llvm-project?rev=129019&view=rev
Log:
Fix a typo.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=129019&r1=129018&r2=129019&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Apr 6 14:12:21 2011
@@ -484,7 +484,7 @@
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>
More information about the llvm-commits
mailing list