forked from OSchip/llvm-project
Adding a heading to the loop hint attributes so that attribute documentation can be generated again.
llvm-svn: 213652
This commit is contained in:
parent
a2a3b3fc5b
commit
c763b1bdd1
|
@ -1051,6 +1051,7 @@ This attribute is incompatible with the ``always_inline`` attribute.
|
||||||
|
|
||||||
def LoopHintDocs : Documentation {
|
def LoopHintDocs : Documentation {
|
||||||
let Category = DocCatStmt;
|
let Category = DocCatStmt;
|
||||||
|
let Heading = "#pragma clang loop, #pragma unroll";
|
||||||
let Content = [{
|
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,
|
specified for the subsequent loop. The directive allows vectorization,
|
||||||
|
|
Loading…
Reference in New Issue