diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4d888de7b60..25dd485d24d 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

