[llvm] 2f08872 - OMPIRBuilder.h - fix Wdocumentation warning. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 30 07:43:52 PDT 2022
Author: Simon Pilgrim
Date: 2022-07-30T15:43:41+01:00
New Revision: 2f08872d81fd324bf3532e0919f256d475f21729
URL: https://github.com/llvm/llvm-project/commit/2f08872d81fd324bf3532e0919f256d475f21729
DIFF: https://github.com/llvm/llvm-project/commit/2f08872d81fd324bf3532e0919f256d475f21729.diff
LOG: OMPIRBuilder.h - fix Wdocumentation warning. NFC.
Added:
Modified:
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h b/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
index e4f2fcc649fca..40ca2da4c911d 100644
--- a/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
+++ b/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
@@ -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,
More information about the llvm-commits
mailing list