From 49123fd58c52833dd40702c30dd05e2c40156f33 Mon Sep 17 00:00:00 2001
From: Chris Lattner x86 has an experimental feature which provides
+ x86 has an 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
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 5d140258173..22f0db34723 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -28,11 +28,13 @@
Written by the LLVM Team
@@ -579,35 +581,34 @@ infrastructure, which allows us to implement more aggressive algorithms and make
it run faster:
LLVM 2.9 will be the last release of llvm-gcc.
+llvm-gcc is generally very stable for the C family of languages. The only major language feature of GCC not supported by llvm-gcc is the __builtin_apply family of builtins. However, some extensions -- 2.34.1