LangRef: Don't refer to a 'generic' address space.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 30 Mar 2017 23:36:47 +0000 (23:36 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 30 Mar 2017 23:36:47 +0000 (23:36 +0000)
Consistently call this the default address space.

llvm-svn: 299131

llvm/docs/LangRef.rst

index 4e57456..53be12c 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^