summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-07-13 17:29:48 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-07-13 17:29:48 +0000
commitea56a785f98c1a2fc8030995c3768ae3ff295378 (patch)
treee1d233df4be8d213e7f5571823191739bcc3e981 /lib/CodeGen
parente8dd708a95ad89e90ba4f54a6c64717e1e2963ae (diff)
Fix -Wdocumentation warning. NFCI
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/CGOpenMPRuntime.h1
1 files changed, 0 insertions, 1 deletions
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,