summaryrefslogtreecommitdiffstats
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
commitf87eb880dd14fa05dff061bf5f25a3c3979b0f52 (patch)
treef9d1bf58b9098e2d57032ebce908638f4c9801e8
parent6994530c37d1f246b59822ee3b1e23b7392f4380 (diff)
downloadbcm5719-llvm-f87eb880dd14fa05dff061bf5f25a3c3979b0f52.tar.gz
bcm5719-llvm-f87eb880dd14fa05dff061bf5f25a3c3979b0f52.zip
Fix -Wdocumentation warning. NFCI
llvm-svn: 307931
-rw-r--r--clang/lib/CodeGen/CGOpenMPRuntime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h
index a9b7ef75c8f..2d8a6fbecab 100644
--- a/clang/lib/CodeGen/CGOpenMPRuntime.h
+++ b/clang/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,
OpenPOWER on IntegriCloud