[llvm] r278294 - [LangRef] Fix formatting (no semantic change)
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 14:48:24 PDT 2016
Author: sanjoy
Date: Wed Aug 10 16:48:24 2016
New Revision: 278294
URL: http://llvm.org/viewvc/llvm-project?rev=278294&view=rev
Log:
[LangRef] Fix formatting (no semantic change)
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=278294&r1=278293&r2=278294&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Aug 10 16:48:24 2016
@@ -555,11 +555,10 @@ Note: non-integral pointer types are a w
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
More information about the llvm-commits
mailing list