diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 58bba1b..e102cb6 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -5774,9 +5774,9 @@ Semantics: The '``addrspacecast``' instruction converts the pointer value ``ptrval`` to type ``pty2``. It can be a *no-op cast* or a complex -value modification, depending on the target and the address spaces -pair. Pointers conversion within the same address space must be -performed with ``bitcast`` instruction. Note that if the address space +value modification, depending on the target and the address space +pair. Pointer conversions within the same address space must be +performed with the ``bitcast`` instruction. Note that if the address space conversion is legal then both result and operand refer to the same memory location. |