From cb88ec34f0ed7b969e20b8e6e67fee9b29f65dfa Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Wed, 6 Apr 2011 07:55:30 +0000 Subject: Trivial typo fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128996 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ReleaseNotes.html') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 22f0db3..f06bc6f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -633,7 +633,7 @@ it run faster:

  • X86 support for FS/GS relative loads and stores using address space 256/257 work reliably + href="CodeGenerator.html#x86_memory">address space 256/257 works reliably now.
  • LLVM 2.9 generates much better code in several cases by using adc/sbb to @@ -644,7 +644,7 @@ it run faster:

    shorten the height of instruction schedules without inducing register spills.
  • -
  • The MC assembler support for 3dNow! and 3DNowA instructions.
  • +
  • The MC assembler supports 3dNow! and 3DNowA instructions.
  • Several bugs have been fixed for Windows x64 code generator.
  • -- cgit v1.1