From 2ef6c46b2f9a2f9dce73d7b15bf837a2feb0bd8a Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 12 Dec 2018 19:01:39 +0000 Subject: [PATCH] Fix Wdocumentation warning. NFCI. llvm-svn: 348958 --- llvm/include/llvm/Transforms/Utils/LoopUtils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/Transforms/Utils/LoopUtils.h b/llvm/include/llvm/Transforms/Utils/LoopUtils.h index a987637..faf9131 100644 --- a/llvm/include/llvm/Transforms/Utils/LoopUtils.h +++ b/llvm/include/llvm/Transforms/Utils/LoopUtils.h @@ -179,9 +179,9 @@ llvm::Optional getOptionalIntLoopAttribute(Loop *TheLoop, StringRef Name); /// @param OrigLoopID The loop ID of the loop before the transformation. /// @param FollowupAttrs List of attribute names that contain attributes to be /// added to the new loop ID. -/// @param InheritAttrsExceptPrefix Selects which attributes should be inherited -/// from the original loop. The following values -/// are considered: +/// @param InheritOptionsAttrsPrefix Selects which attributes should be inherited +/// from the original loop. The following values +/// are considered: /// nullptr : Inherit all attributes from @p OrigLoopID. /// "" : Do not inherit any attribute from @p OrigLoopID; only use /// those specified by a followup attribute. -- 2.7.4