[PATCH] Add support for #pragma nounroll
Mark Heffernan
meheff at google.com
Thu Jul 24 11:26:46 PDT 2014
Thanks! Committed as r213885.
On Thu, Jul 24, 2014 at 8:38 AM, Aaron Ballman <aaron.ballman at gmail.com>
wrote:
> > Index: include/clang/Basic/AttrDocs.td
> > ===================================================================
> > --- include/clang/Basic/AttrDocs.td
> > +++ include/clang/Basic/AttrDocs.td
> > @@ -1051,7 +1051,7 @@
> >
> > def LoopHintDocs : Documentation {
> > let Category = DocCatStmt;
> > - let Heading = "#pragma clang loop, #pragma unroll";
> > + let Heading = "#pragma clang loop, #pragma unroll, #pragma nounroll";
>
> The #pragma nounroll should actually go with the unroll docs heading.
> I just had to split these up today.
>
Done.
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140724/bbbba14e/attachment.html>
More information about the cfe-commits
mailing list