From ea56a785f98c1a2fc8030995c3768ae3ff295378 Mon Sep 17 00:00:00 2001
From: Simon Pilgrim <llvm-dev@redking.me.uk>
Date: Thu, 13 Jul 2017 17:29:48 +0000
Subject: [PATCH] Fix -Wdocumentation warning. NFCI

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307931 91177308-0d34-0410-b5e6-96231b3b80d8
---
 lib/CodeGen/CGOpenMPRuntime.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h
index a9b7ef75c8f..2d8a6fbecab 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,
-- 
GitLab