diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2014-06-25 12:49:05 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2014-06-25 12:49:05 +0000 |
| commit | ca237b586ef700ceb7c655b525b75917fc9a30e5 (patch) | |
| tree | 19a4ce73f65f129c5b0ed8153184d5e2d02d2565 | |
| parent | 120c79f231909839d8d5e10e426c1717d58ff4b5 (diff) | |
| download | llvm-ca237b586ef700ceb7c655b525b75917fc9a30e5.zip llvm-ca237b586ef700ceb7c655b525b75917fc9a30e5.tar.gz llvm-ca237b586ef700ceb7c655b525b75917fc9a30e5.tar.bz2 | |
Fixing the RST markup for the #pragma loop attribute documentation.
llvm-svn: 211693
| -rw-r--r-- | clang/include/clang/Basic/AttrDocs.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 5ba1446..6951372 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -1015,12 +1015,12 @@ This attribute is incompatible with the ``always_inline`` attribute. def LoopHintDocs : Documentation { let Category = DocCatStmt; let Content = [{ -The ``#pragma clang loop'' directive allows loop optimization hints to be +The ``#pragma clang loop`` directive allows loop optimization hints to be specified for the subsequent loop. The directive allows vectorization, interleaving, and unrolling to be enabled or disabled. Vector width as well as interleave and unrolling count can be manually specified. See `language extensions -<http://clang.llvm.org/docs/LanguageExtensions.html#extensions-for-loop-hint-optimizations>'_ +<http://clang.llvm.org/docs/LanguageExtensions.html#extensions-for-loop-hint-optimizations>`_ for details. }]; } |
