forked from OSchip/llvm-project
add missing space which prevented the llvm.loop code-block from appearing in the
generated html. llvm-svn: 175769
This commit is contained in:
parent
27917785ae
commit
eaaed3b1fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue