forked from OSchip/llvm-project
CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]
llvm-svn: 267845
This commit is contained in:
parent
0d62791983
commit
01d07dbee5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue