Skip to content
Snippets Groups Projects
Commit fc221583 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267845 91177308-0d34-0410-b5e6-96231b3b80d8
parent 8efc9afe
No related branches found
No related tags found
No related merge requests found
......@@ -1046,7 +1046,7 @@ public:
/// directive, or null if no if clause is used.
/// \param Device Expression evaluated in device clause associated with the
/// target directive, or null if no device clause is used.
/// \param CodeGen, Function that emits the enclosed region.
/// \param CodeGen Function that emits the enclosed region.
virtual void emitTargetDataCalls(CodeGenFunction &CGF,
const OMPExecutableDirective &D,
const Expr *IfCond, const Expr *Device,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment