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

Regenerate docs/AttributeReference.rst

llvm-svn: 326197
parent ab40952d
Loading
Loading
Loading
Loading
+19 −19
Original line number Diff line number Diff line
@@ -36,7 +36,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]
@@ -45,7 +45,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])