[llvm-commits] [llvm] r52104 - /llvm/trunk/docs/ReleaseNotes.html

Dan Gohman gohman at apple.com
Sun Jun 8 15:44:44 PDT 2008


Author: djg
Date: Sun Jun  8 17:44:43 2008
New Revision: 52104

URL: http://llvm.org/viewvc/llvm-project?rev=52104&view=rev
Log:
Fix a grammero.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=52104&r1=52103&r2=52104&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Jun  8 17:44:43 2008
@@ -374,8 +374,8 @@
     non-power-of-2 integer sizes.</li>
     
 <li>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.</li>
+    blocks, particularly in the instruction selection phase, register
+    allocation, scheduling, and tail merging/jump threading.</li>
 
 <li>Several improvements which make llc's <tt>--view-sunit-dags</tt>
     visualization of scheduling dependency graphs easier to understand.</li>





More information about the llvm-commits mailing list