From: Dan Gohman
Date: Sun, 8 Jun 2008 22:44:43 +0000 (+0000)
Subject: Fix a grammero.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eedf6fe58152e95a78d5924694d39ffa264dbb08;p=oota-llvm.git
Fix a grammero.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52104 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1e05ac7bea7..430d95eb947 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -374,8 +374,8 @@ faster:
non-power-of-2 integer sizes.
LLVM 2.3 includes several compile time speedups for code with large basic
- blocks, particular in the instruction selection phase, register allocation,
- scheduling, and tail merging/jump threading.
+ blocks, particularly in the instruction selection phase, register
+ allocation, scheduling, and tail merging/jump threading.
Several improvements which make llc's --view-sunit-dags
visualization of scheduling dependency graphs easier to understand.