From: Paul Redmond Date: Thu, 21 Feb 2013 17:20:45 +0000 (+0000) Subject: add missing space which prevented the llvm.loop code-block from appearing in the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f0696c7a7dfa4b73fa7ceda3484906bc7470b58;p=oota-llvm.git add missing space which prevented the llvm.loop code-block from appearing in the generated html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175769 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index c3b776ea01f..cf9a8c0aed8 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -2535,6 +2535,7 @@ The loop identifier metadata is implemented using a metadata that refers to itself as follows: .. code-block:: llvm + !0 = metadata !{ metadata !0 } '``llvm.loop.parallel``' Metadata