[llvm] r175769 - add missing space which prevented the llvm.loop code-block from appearing in the

Paul Redmond paul.redmond at intel.com
Thu Feb 21 09:20:46 PST 2013


Author: predmond
Date: Thu Feb 21 11:20:45 2013
New Revision: 175769

URL: http://llvm.org/viewvc/llvm-project?rev=175769&view=rev
Log:
add missing space which prevented the llvm.loop code-block from appearing in the
generated html.

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=175769&r1=175768&r2=175769&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Feb 21 11:20:45 2013
@@ -2535,6 +2535,7 @@ The loop identifier metadata is implemen
 itself as follows:
 
 .. code-block:: llvm
+
     !0 = metadata !{ metadata !0 }
 
 '``llvm.loop.parallel``' Metadata





More information about the llvm-commits mailing list