X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FLangRef.html;h=44e6fa126e029facbbfb13769acb803cbb725f66;hb=8ad2f9873939b1815bd4f788969ca210df42a8d4;hp=258407328ec5ce75e5eac9186694408ba8d24471;hpb=9dc87305db90a92a216041b928630b64878cf222;p=oota-llvm.git diff --git a/docs/LangRef.html b/docs/LangRef.html index 258407328ec..44e6fa126e0 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -790,7 +790,7 @@ variables always define a pointer to their "content" type because they describe a region of memory, and all memory objects in LLVM are accessed through pointers.

-

A global variable may be declared to reside in a target-specifc numbered +

A global variable may be declared to reside in a target-specific 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. The address space qualifier