[llvm] r348958 - Fix Wdocumentation warning. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 11:01:40 PST 2018


Author: rksimon
Date: Wed Dec 12 11:01:39 2018
New Revision: 348958

URL: http://llvm.org/viewvc/llvm-project?rev=348958&view=rev
Log:
Fix Wdocumentation warning. NFCI.

Modified:
    llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h

Modified: llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h?rev=348958&r1=348957&r2=348958&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h Wed Dec 12 11:01:39 2018
@@ -179,9 +179,9 @@ llvm::Optional<int> getOptionalIntLoopAt
 /// @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.




More information about the llvm-commits mailing list