Adding a heading to the loop hint attributes so that attribute documentation can be generated again.

llvm-svn: 213652
This commit is contained in:
Aaron Ballman 2014-07-22 13:13:31 +00:00
parent a2a3b3fc5b
commit c763b1bdd1
1 changed files with 1 additions and 0 deletions

View File

@ -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,