diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-11 03:51:40 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-11 03:51:40 +0000 |
commit | 7304a2427efbe8717bf8c36aee2aaac86af0a162 (patch) | |
tree | 5faefcf2c7b8592f13da80c8a79d3090da88167b /clang/lib/CodeGen | |
parent | 4379535e3f50f245e50f7820a80d81cc91b38c5f (diff) | |
download | bcm5719-llvm-7304a2427efbe8717bf8c36aee2aaac86af0a162.tar.gz bcm5719-llvm-7304a2427efbe8717bf8c36aee2aaac86af0a162.zip |
CGOpenMPRuntime.h: Fix an incorrect \param on emitTaskOutlinedFunction(). [-Wdocumentation]
llvm-svn: 231903
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h index 54dd71c1a3d..f4fb0325fe3 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/lib/CodeGen/CGOpenMPRuntime.h @@ -285,7 +285,7 @@ public: /// PartID, struct context_vars*). /// \param D OpenMP directive. /// \param ThreadIDVar Variable for thread id in the current OpenMP region. - /// \param PartID If not nullptr - variable used for part id in tasks. + /// \param PartIDVar If not nullptr - variable used for part id in tasks. /// virtual llvm::Value *emitTaskOutlinedFunction(const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, |