Skip to content

Commit

Permalink
OMPIRBuilder.h - fix Wdocumentation warning. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Jul 30, 2022
1 parent 49c0980 commit 2f08872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
Expand Up @@ -840,7 +840,7 @@ class OpenMPIRBuilder {
/// \param NumThreads Number of threads via the 'thread_limit' clause.
/// \param HostPtr Pointer to the host-side pointer of the target kernel.
/// \param KernelArgs Array of arguments to the kernel.
/// \param NoWaitKernelArgs Optional array of arguments to the nowait kernel.
/// \param NoWaitArgs Optional array of arguments to the nowait kernel.
InsertPointTy emitTargetKernel(const LocationDescription &Loc, Value *&Return,
Value *Ident, Value *DeviceID, Value *NumTeams,
Value *NumThreads, Value *HostPtr,
Expand Down

0 comments on commit 2f08872

Please sign in to comment.