From be91a8ec0325a84d9074e70007ce374e44fbff10 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Wed, 10 Aug 2016 21:48:24 +0000 Subject: [PATCH] [LangRef] Fix formatting (no semantic change) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278294 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 7f69d693294..4f4d0cba95e 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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`. 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`. +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