[PATCH] D31471: LangRef: Don't refer to a 'generic' address space.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 11:03:20 PDT 2017
arsenm created this revision.
Herald added a subscriber: wdng.
Consistently call this the default address space.
https://reviews.llvm.org/D31471
Files:
docs/LangRef.rst
Index: docs/LangRef.rst
===================================================================
--- docs/LangRef.rst
+++ docs/LangRef.rst
@@ -7200,7 +7200,7 @@
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 @@
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31471.93388.patch
Type: text/x-patch
Size: 888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170329/c06061c4/attachment.bin>
More information about the llvm-commits
mailing list