We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c0980 commit 2f08872Copy full SHA for 2f08872
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
@@ -840,7 +840,7 @@ class OpenMPIRBuilder {
840
/// \param NumThreads Number of threads via the 'thread_limit' clause.
841
/// \param HostPtr Pointer to the host-side pointer of the target kernel.
842
/// \param KernelArgs Array of arguments to the kernel.
843
- /// \param NoWaitKernelArgs Optional array of arguments to the nowait kernel.
+ /// \param NoWaitArgs Optional array of arguments to the nowait kernel.
844
InsertPointTy emitTargetKernel(const LocationDescription &Loc, Value *&Return,
845
Value *Ident, Value *DeviceID, Value *NumTeams,
846
Value *NumThreads, Value *HostPtr,
0 commit comments