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

Jim Grosbach grosbach at apple.com
Mon Oct 4 18:00:42 PDT 2010


Author: grosbach
Date: Mon Oct  4 20:00:42 2010
New Revision: 115584

URL: http://llvm.org/viewvc/llvm-project?rev=115584&view=rev
Log:
s/The ARM has/The ARM backend has/

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=115584&r1=115583&r2=115584&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct  4 20:00:42 2010
@@ -879,8 +879,9 @@
     variables can be accessed via same base address) and potentially reducing
     register pressure.</li>
 
-<li>The ARM has received many minor improvements and tweaks which lead to
-substantially better performance in a wide range of different scenarios.</li>
+<li>The ARM backend has received many minor improvements and tweaks which lead
+    to substantially better performance in a wide range of different scenarios.
+</li>
 
 <li>The ARM NEON intrinsics have been substantially reworked to reduce
     redundancy and improve code generation.  Some of the major changes are:





More information about the llvm-commits mailing list