summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2007-12-12 08:44:39 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2007-12-12 08:44:39 +0000
commitd49e18d29f3c5622cfd373fbfa0b954d1c256455 (patch)
tree9da0bbb9a16c21a297f898d45dd3f426d28b2218 /docs
parent794405e6aa012e33d8e619e058d03b8600312208 (diff)
downloadllvm-d49e18d29f3c5622cfd373fbfa0b954d1c256455.tar.gz
llvm-d49e18d29f3c5622cfd373fbfa0b954d1c256455.tar.bz2
llvm-d49e18d29f3c5622cfd373fbfa0b954d1c256455.tar.xz
Implement part of review feedback for address spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index fd40c92f9a..df6baa7463 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -671,7 +671,8 @@ accessed through pointers.</p>
<p>A global variable may be declared to reside in a target-specifc numbered
address space. For targets that support them, address spaces may affect how
optimizations are performed and/or what target instructions are used to access
-the variable. The default address space is zero.</p>
+the variable. The default address space is zero. The address space qualifier
+must precede any other attributes.</p>
<p>LLVM allows an explicit section to be specified for globals. If the target
supports it, it will emit globals to the section specified.</p>