From eedf6fe58152e95a78d5924694d39ffa264dbb08 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 8 Jun 2008 22:44:43 +0000 Subject: [PATCH] Fix a grammero. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52104 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.
  • -- 2.34.1