[llvm-commits] [llvm] r128996 - in /llvm/trunk/docs: CodeGenerator.html ReleaseNotes.html
Jay Foad
jay.foad at gmail.com
Wed Apr 6 00:55:30 PDT 2011
Author: foad
Date: Wed Apr 6 02:55:30 2011
New Revision: 128996
URL: http://llvm.org/viewvc/llvm-project?rev=128996&view=rev
Log:
Trivial typo fixes.
Modified:
llvm/trunk/docs/CodeGenerator.html
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=128996&r1=128995&r2=128996&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Wed Apr 6 02:55:30 2011
@@ -2532,7 +2532,7 @@
<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
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=128996&r1=128995&r2=128996&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Apr 6 02:55:30 2011
@@ -633,7 +633,7 @@
</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 @@
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>
More information about the llvm-commits
mailing list