1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Grammer fix reported by Alex Kellett.

llvm-svn: 42391
This commit is contained in:
Duncan Sands 2007-09-27 08:24:02 +00:00
parent 7a9237420b
commit 75b9aa065f

View File

@ -149,7 +149,7 @@ optimizer, speeding it up and making it more aggressive. For example:</p>
<li>Evan contributed a new target independent if-converter. While it is
target independent, so far only the ARM backend uses it.</li>
<li>Evan rewrite the way the register allocator handles rematerialization,
<li>Evan rewrote the way the register allocator handles rematerialization,
allowing it to be much more effective on two-address targets like X86,
and taught it to fold loads away when possible (also a big win on X86).</li>