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://review.tizen.org/git/?a=commitdiff_plain;h=eaaed3b1fe28d4558c73e0c90829f0bee308e5fd;p=platform%2Fupstream%2Fllvm.git add missing space which prevented the llvm.loop code-block from appearing in the generated html. llvm-svn: 175769 --- diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index c3b776e..cf9a8c0 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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