diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-27 07:28:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-27 07:28:11 +0000 |
commit | 77640feed77b2e3a5edacd5b36305d5400fc4705 (patch) | |
tree | 4139761c3aaa409d222031bfd542855b5e81966b | |
parent | de076819e4878cabcb494848054a13a213845889 (diff) |
fix wordo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102418 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3e24f86242..d17d5e78fd 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -621,7 +621,7 @@ release includes a few major enhancements and additions to the optimizers:</p> <ul> -<li>The inliner reuses now merges arrays stack objects in different callees when +<li>The inliner now merges arrays stack objects in different callees when inlining multiple call sites into one function. This reduces the stack size of the resultant function.</li> <li>The -basicaa alias analysis pass (which is the default) has been improved to |