Fixing small typos in the "ARM Target Improvements" section of the release notes.

llvm-svn: 102061
This commit is contained in:
Wesley Peck 2010-04-22 13:43:14 +00:00
parent ba1ad20983
commit 16144fbecd
1 changed files with 2 additions and 2 deletions

View File

@ -701,10 +701,10 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
ARM Advanced SIMD (NEON) Intrinsics and Types in LLVM Blog Post</a> for
helpful information if migrating code from GCC to LLVM-GCC.</li>
<li>The ARM and Thumb code generators now using register scavenging for stack
<li>The ARM and Thumb code generators now use register scavenging for stack
object address materialization.(FIXME: WHAT BENEFIT DOES THIS PROVIDE?)</li>
<li>The ARM backend now has good support for ARMv4 targets, and has been tested
<li>The ARM backend now has good support for ARMv4 targets and has been tested
on StrongARM hardware. Previously, LLVM only supported ARMv4T and
newer chips.</li>
</ul>