Commit ab40952d authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Merging r326195:

------------------------------------------------------------------------
r326195 | hans | 2018-02-27 14:48:50 +0100 (Tue, 27 Feb 2018) | 1 line

AttrDocs.td: fix some bad code-blocks
------------------------------------------------------------------------

llvm-svn: 326196
parent c3d23aa8
Loading
Loading
Loading
Loading
+20 −20
Original line number Diff line number Diff line
@@ -2641,7 +2641,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]
@@ -2650,7 +2650,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])