From a021e7c4cecf0acdb7fea0a3e22cdf5dd002c5fc Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Tue, 5 May 2009 18:54:47 +0000
Subject: [PATCH] 257 -> FS
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70996 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LanguageExtensions.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 070fdc2e08..c486562b10 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -257,9 +257,10 @@ the number of indices specified.
Annotating a pointer with address space #256 causes it to be code generated
-relative to the X86 GS segment register.
-Note that this is a very very low-level feature that should only be used if you
-know what you're doing (for example in an OS kernel).
+relative to the X86 GS segment register, and address space #257 causes it to be
+relative to the X86 FS segment. Note that this is a very very low-level
+feature that should only be used if you know what you're doing (for example in
+an OS kernel).
Here is an example:
--
2.50.1