summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-12-12 19:01:39 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-12-12 19:01:39 +0000
commit2ef6c46b2f9a2f9dce73d7b15bf837a2feb0bd8a (patch)
tree4c1884a4f25eee2ddfae0f4133caa5f523877ba8
parent81a22d32f7c0318284d755187b417012c58e53e2 (diff)
downloadbcm5719-llvm-2ef6c46b2f9a2f9dce73d7b15bf837a2feb0bd8a.tar.gz
bcm5719-llvm-2ef6c46b2f9a2f9dce73d7b15bf837a2feb0bd8a.zip
Fix Wdocumentation warning. NFCI.
llvm-svn: 348958
-rw-r--r--llvm/include/llvm/Transforms/Utils/LoopUtils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/LoopUtils.h b/llvm/include/llvm/Transforms/Utils/LoopUtils.h
index a98763709a6..faf9131e6ac 100644
--- a/llvm/include/llvm/Transforms/Utils/LoopUtils.h
+++ b/llvm/include/llvm/Transforms/Utils/LoopUtils.h
@@ -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.
OpenPOWER on IntegriCloud