From: Simon Pilgrim Date: Thu, 13 Jul 2017 17:29:48 +0000 (+0000) Subject: Fix -Wdocumentation warning. NFCI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea56a785f98c1a2fc8030995c3768ae3ff295378;p=clang Fix -Wdocumentation warning. NFCI git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307931 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index a9b7ef75c8..2d8a6fbeca 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/lib/CodeGen/CGOpenMPRuntime.h @@ -159,7 +159,6 @@ public: /// \param DefaultInit Default initialization sequence that should be /// performed if no reduction specific initialization is found. /// \param SharedLVal Addreiss of the original shared variable. - /// \return true, if the initialization sequence was emitted, false otherwise. void emitInitialization(CodeGenFunction &CGF, unsigned N, Address PrivateAddr, LValue SharedLVal,