mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00:00
Trivial typo fixes.
llvm-svn: 128996
This commit is contained in:
parent
e15c6c11b4
commit
c3de661aa8
@ -2532,7 +2532,7 @@ OperandTy: VirtReg, | VirtReg, UnsImm, VirtReg, SignExtImm PhysReg
|
||||
|
||||
<div class="doc_text">
|
||||
|
||||
<p>x86 has an feature which provides
|
||||
<p>x86 has a feature which provides
|
||||
the ability to perform loads and stores to different address spaces
|
||||
via the x86 segment registers. A segment override prefix byte on an
|
||||
instruction causes the instruction's memory access to go to the specified
|
||||
|
@ -633,7 +633,7 @@ it run faster:</p>
|
||||
</li>
|
||||
|
||||
<li>X86 support for FS/GS relative loads and stores using <a
|
||||
href="CodeGenerator.html#x86_memory">address space 256/257</a> work reliably
|
||||
href="CodeGenerator.html#x86_memory">address space 256/257</a> works reliably
|
||||
now.</li>
|
||||
|
||||
<li>LLVM 2.9 generates much better code in several cases by using adc/sbb to
|
||||
@ -644,7 +644,7 @@ it run faster:</p>
|
||||
shorten the height of instruction schedules without inducing register spills.
|
||||
</li>
|
||||
|
||||
<li>The MC assembler support for 3dNow! and 3DNowA instructions.</li>
|
||||
<li>The MC assembler supports 3dNow! and 3DNowA instructions.</li>
|
||||
|
||||
<li>Several bugs have been fixed for Windows x64 code generator.</li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user