1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Fix Wdocumentation warning. NFCI.

llvm-svn: 348958
This commit is contained in:
Simon Pilgrim 2018-12-12 19:01:39 +00:00
parent 294f3becd3
commit 57e597b314

View File

@ -179,9 +179,9 @@ llvm::Optional<int> 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.