From 29ecc1c4c21dd5df517ba8d37b03b975d4563395 Mon Sep 17 00:00:00 2001
From: Gabor Greif
Date: Mon, 2 Mar 2009 11:34:51 +0000
Subject: [PATCH] minor tweaks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65837 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0d5f434fb19..270df9acb8e 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -178,7 +178,7 @@ bug fixes, cleanup and new features. The major changes are:
- Ahead of Time compiler: compiles .class files to llvm .bc. VMKit uses this
-functionality to native compile the standard classes (eg java.lang.String).
+functionality to native compile the standard classes (e.g. java.lang.String).
Users can compile AOT .class files into dynamic libraries and run them with the
help of VMKit.
@@ -489,7 +489,7 @@ using SSE instructions.
- The X86 backend now supports using address space #256 in LLVM IR as a way of
performing memory references off the GS segment register. This allows a
front-end to take advantage of very low-level programming techniques when
-targetting X86 CPUs. See test/CodeGen/X86/movgs.ll for a simple
+targeting X86 CPUs. See test/CodeGen/X86/movgs.ll for a simple
example.
- The X86 backend now supports a -disable-mmx command line option to
@@ -526,7 +526,7 @@ example.
types.
- Function calls involving basic types work now.
- Support for integer arrays.
-- Compiler can now emit libcalls for operations not support by m/c
+
- Compiler can now emit libcalls for operations not supported by m/c
instructions.
- Support for both data and ROM address spaces.