diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-07-13 17:29:48 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-07-13 17:29:48 +0000 |
| commit | f87eb880dd14fa05dff061bf5f25a3c3979b0f52 (patch) | |
| tree | f9d1bf58b9098e2d57032ebce908638f4c9801e8 | |
| parent | 6994530c37d1f246b59822ee3b1e23b7392f4380 (diff) | |
| download | bcm5719-llvm-f87eb880dd14fa05dff061bf5f25a3c3979b0f52.tar.gz bcm5719-llvm-f87eb880dd14fa05dff061bf5f25a3c3979b0f52.zip | |
Fix -Wdocumentation warning. NFCI
llvm-svn: 307931
| -rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.h | 1 |
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, |

