summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-03-30 23:36:47 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-03-30 23:36:47 +0000
commitc749bdc346edfcb7c43eb3fe9dc4bbb2e5c2ddb0 (patch)
tree05ea0e6775c81a5c53937245024224f01d57d57d /llvm
parentf1980a63056ab16e8b85d5d06e0cb820d25d6401 (diff)
downloadbcm5719-llvm-c749bdc346edfcb7c43eb3fe9dc4bbb2e5c2ddb0.tar.gz
bcm5719-llvm-c749bdc346edfcb7c43eb3fe9dc4bbb2e5c2ddb0.zip
LangRef: Don't refer to a 'generic' address space.
Consistently call this the default address space. llvm-svn: 299131
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 4e574567430..53be12ca709 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -7200,7 +7200,7 @@ Overview:
The '``alloca``' instruction allocates memory on the stack frame of the
currently executing function, to be automatically released when this
function returns to its caller. The object is always allocated in the
-generic address space (address space zero).
+default address space (address space zero).
Arguments:
""""""""""
@@ -9795,7 +9795,7 @@ Semantics:
compile-time-known constant value.
The return value type of :ref:`llvm.get.dynamic.area.offset <int_get_dynamic_area_offset>`
- must match the target's generic address space's (address space 0) pointer type.
+ must match the target's default address space's (address space 0) pointer type.
'``llvm.prefetch``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OpenPOWER on IntegriCloud