From 9065c48517e431537939f4dfd9ac4a1dcfe24ab1 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 30 Mar 2017 23:36:47 +0000 Subject: [PATCH] LangRef: Don't refer to a 'generic' address space. Consistently call this the default address space. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299131 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 4e574567430..53be12ca709 100644 --- a/docs/LangRef.rst +++ b/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 ` - 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.40.0