From 57e597b314d2eab6bd345714811163208e58f0e9 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 --- include/llvm/Transforms/Utils/LoopUtils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/llvm/Transforms/Utils/LoopUtils.h b/include/llvm/Transforms/Utils/LoopUtils.h index a98763709a6..faf9131e6ac 100644 --- a/include/llvm/Transforms/Utils/LoopUtils.h +++ b/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.