From: Chris Lattner
Date: Tue, 27 Apr 2010 07:28:11 +0000 (+0000)
Subject: fix wordo
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=77640feed77b2e3a5edacd5b36305d5400fc4705;p=oota-llvm.git
fix wordo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102418 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 3e24f86242c..d17d5e78fd8 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -621,7 +621,7 @@ release includes a few major enhancements and additions to the optimizers:
-- The inliner reuses now merges arrays stack objects in different callees when
+
- 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.
- The -basicaa alias analysis pass (which is the default) has been improved to