mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
[LangRef] Fix formatting (no semantic change)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278294 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b3a95a083
commit
be91a8ec03
@ -555,11 +555,10 @@ Note: non-integral pointer types are a work in progress, and they should be
|
||||
considered experimental at this time.
|
||||
|
||||
LLVM IR optionally allows the frontend to denote pointers in certain address
|
||||
spaces as "non-integral" via the :ref:```datalayout``
|
||||
string<langref_datalayout>`. Non-integral pointer types represent pointers that
|
||||
have an *unspecified* bitwise representation; that is, the integral
|
||||
representation may be target dependent or unstable (not backed by a fixed
|
||||
integer).
|
||||
spaces as "non-integral" via the :ref:`datalayout string<langref_datalayout>`.
|
||||
Non-integral pointer types represent pointers that have an *unspecified* bitwise
|
||||
representation; that is, the integral representation may be target dependent or
|
||||
unstable (not backed by a fixed integer).
|
||||
|
||||
``inttoptr`` instructions converting integers to non-integral pointer types are
|
||||
ill-typed, and so are ``ptrtoint`` instructions converting values of
|
||||
|
Loading…
Reference in New Issue
Block a user