mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 01:06:25 +00:00
Fix grammar in addrspacecast description
llvm-svn: 194785
This commit is contained in:
parent
084675c776
commit
21f695f0ab
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user