AttrDocs.td: fix some bad code-blocks

llvm-svn: 326195
This commit is contained in:
Hans Wennborg 2018-02-27 13:48:50 +00:00
parent 67a2f1e4dc
commit 72c00dfa74
1 changed files with 20 additions and 20 deletions

View File

@ -2702,7 +2702,7 @@ used to process multiple arguments from a single invocation from a SIMD loop
concurrently.
The syntax of the `declare simd` construct is as follows:
.. code-block:: c
.. code-block:: none
#pragma omp declare simd [clause[[,] clause] ...] new-line
[#pragma omp declare simd [clause[[,] clause] ...] new-line]
@ -2711,7 +2711,7 @@ The syntax of the `declare simd` construct is as follows:
where clause is one of the following:
.. code-block:: c
.. code-block:: none
simdlen(length)
linear(argument-list[:constant-linear-step])