diff --git a/llvm/docs/OpaquePointers.rst b/llvm/docs/OpaquePointers.rst --- a/llvm/docs/OpaquePointers.rst +++ b/llvm/docs/OpaquePointers.rst @@ -14,7 +14,10 @@ pointee types in LLVM with an opaque pointer type. The new pointer type is tentatively represented textually as ``ptr``. -Anything to do with pointer address spaces is unaffected. +Address spaces are still used to distinguish between different kinds of pointers +where the distinction is relevant for lowering (e.g. data vs function pointers +have different sizes on some architectures). For more information, see +`DataLayout `_. Issues with explicit pointee types ==================================